You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run the project:
First have to create database, use the script inside of the backend called db.sql.
Then into backend folder and run the commands:
- npm i
- npm start
After, go into the frontend folder and open the index.html.