Skip to content

Sudokuru/UserProfile

Repository files navigation

Developer Setup

  1. Get the .env file from the MSB building next to the water fountain.
  2. Install Docker on your machine. Tutorial is linked below:
    Docker Tutorial
  3. Once docker is installed, the Mongo image can be run with this command:
    Note use sudo on Linux/Mac
npm run docker
  1. The app can then be run with the command:
npm run start
  1. Integration tests can be run when the app is running with this command:
npm run test:integration

Releases

No releases published

Packages

No packages published