- at
https://whaloo-app.herokuapp.com/
- Change "start": "node server.js", to "start": "ng serve --open", in package.json
- Install dependencies
npm i
- Start the application with
npm run local
- at
https://api-globy.herokuapp.com/v1/docs/swagger.json
- Set up a local mongodb instance
- Create a
.env
using the.env.example
- Install dependencies
npm i
- Start the application with
npm run dev
- Visit Swagger at
http://localhost:5000/v1/docs/