Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 705 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 705 Bytes

backend

To run the project:

  1. Clone this repository
  2. cd into directory for cloned project
  3. run the command npm installin the terminal
  4. run the command npm run start
  5. wait for expo to spin up
  6. To see GUI, clone frontend branch (https://github.com/alexgoldsmith/badgermentalhealth) and open the app on a web branch or on your native device through the expo interface. Follow instructions for frontend on the readme.md in that repo
  7. If you are a tester: checkout the test branch with git checkout origin/test

To run the tests:

  1. cd into the directory in a terminal
  2. run the command npm install
  3. run the command npm install jest --global
  4. to run the tests run jest