The database is located in server->projectdb.sql
To connect the database, change the username and password to your credentials in line 45 and 46 of server->index.js
- Open a split terminal
- Navigate to server in one, and client in the other
- In the client directory, run the command: npm start
- In the server directory, run the command: npm run devStart
- A webpage will open automatically