-
Backend
- Alex Tsang
-
Frontend
- Sean Tighe
To get a local copy up and running follow these steps
npm install npm@latest -g
npm install express
npm install express-session
npm install bcrypt
npm install mysql2
npm install dotenv
mySQL Workbench and Server
- Set up SQL Workbench and server
- Set your SQL password to "1234"
- create a database called mydb and import the dump provided in the folder provided
- Extract the folder from the ZIP file
- Open the folder in vscode
- cd to the Backend directory
- in your terminal run "npm run devStart"