- Roxy Dao
- Catharine Baker
- Bond Trinh
- Ensure that you are running the backend on
npm run dev
to start the backend. - Run
npm install
in the root and frontend folders to install all libraries. - Run
npm start
frontend folder to start the frontend. - Alternatively, use
npm run fullstack
to start both the server and frontend.
- Run
npm run dev:mock
to start up mock enviroment. - Then
npm test
.