From ae07e823dac06f49a1203e6db5e17ee610e0c93f Mon Sep 17 00:00:00 2001 From: bacalhau Date: Sat, 7 Mar 2026 22:22:42 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index b638102..5d8fcea 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,11 @@ It uses flask to render the HTML, saves the data in a MySQL database and also fe It's also supposed to be very easy to use, currently its still in development but the vision is that you can be enganged on the website right from the start featuring a very powerfull search page and not needing an account to use the website. This website also does not use JavaScript making it easy to run on any browser. -## TODO -- making the website responsive -- adding search features -- likes and dislikes -- cool css -- a grid with all of the users on the index page (where the search will also be) -- security audits -- maybe more stuff later... - ## Contributing If you have suggestions, find bugs, or want to provide code, just open an issue before submiting a PR. I will probably not accept a PR unless I see that it's actually somewhat important, exceptions can be made, but its kinda goofy to write the code before submiting an issue. ## Running the program +### start the database: #### Docker/Podman `docker compose up -d` / `podman-compose up -d`