First part of backend rework

- Added the base data structure for the new database
- Added the new routes for the new database
- Reworked the users endpoints
This commit is contained in:
2024-02-26 10:20:29 +01:00
parent 902bab14c7
commit 0ddbc437b9
40 changed files with 1237 additions and 1911 deletions

View File

@@ -1,9 +1,10 @@
PORT=3000
DOMAIN="http://localhost:3000"
DATABASE_HOST="127.0.0.1"
DATABASE_NAME=hsp-gdh
DATABASE_USER=hsp-gdh
DATABASE_PASSWORD=""
JWT_SECRET=""
PORT=
SMTP=
MAIL=
MAIL_PASS=