This is a CMPS183 project
Christopher Mok
Matthew Lo
Winggo Tse
Gabriel Cabral
Steven Suh
Our project uses two npm environments (backend in /Code and frontend in /Code/client)
Therefore you need to run npm install
twice in respective directories
To run the node server, run the following in /Code:
node index.js
To run the react server, run the following in /Code/client:
npm start