Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 511 Bytes

Duplicats

ENSE701 Group 2 Assignment

  • Roxy Dao
  • Catharine Baker
  • Bond Trinh

Run Project

  1. Ensure that you are running the backend on npm run dev to start the backend.
  2. Run npm install in the root and frontend folders to install all libraries.
  3. Run npm start frontend folder to start the frontend.
  4. Alternatively, use npm run fullstack to start both the server and frontend.

Testing

  1. Run npm run dev:mock to start up mock enviroment.
  2. Then npm test.