-
Cd into the backend folder
-
Run npm install
-
Add a .env file directly inside the backend folder with the following variable:
SESSION_SECRET="06vUSNEzq1z9U476UrMEx7xIOPGYfu2m"
The value does not matter but make sure to have this variable.
-
Run npm run start
-
If you see there is a db.squlite database then it is good to go
- Follow the step above to run the backend, check if there is a db.sqlite file in backend folder, if there is then you are good to go.
- Cd into frontend folder
- Run npm install
- Run npm run start-server, you should see 2 links poped up for you to run the application.
- Choose either of them. The application will run on those links.