- 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
.envusing the.env.example - Install dependencies
npm i - Start the application with
npm run dev - Visit Swagger at
http://localhost:5000/v1/docs/