BE:Updated login and register endpoints with stored procedures.
- Nov 29, 2024
-
-
Dima Vlad authored
-Now access the database through stored procedures. -TO RUN: Navigate to the backend directory and use the composer "docker-compose up" to start the database.
c5af6652
-
- Nov 27, 2024
-
-
Dima Vlad authored
1.Modified login endpoint, now login with email and password. 2.Renamed 'Account' model to 'Accounts' model. 3.Added score to Accounts model.
b4396026
-
- Nov 20, 2024
-
-
andrei.pantis authored
I added CORS to the project and modified how roles are interpreted by the code.
6e6ed8d1
-