summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58ca925..08f887b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ School project of a lyrics game site.
## Set up env
Create a .env file and fill using env_example as a guide.
-## Setup database
+## Set up database
To manage the database through the program's scripts use
`cargo run-script`
@@ -31,3 +31,7 @@ attempts to use a backup sql file to create the database.
You can only search a parameter at a time.
This is because Rust needs to process the sql queries ahead of time
in order to make them safe to injection attacks.
+
+## TODO
+[ ] - User / Password system, use user id to generate tokens
+[ ] - Add documentation (Utoipa)