Nest Logo

Installation

$ npm install

NPM scripts

  • npm start - Start application
  • npm run start:dev - Start application in watch mode
  • npm run start:prod - Build application

Start application

  • npm start
  • Test api with http://localhost:3000/api/weather?lat=22.3039&lon=70.8022&date=08-25-2022

Swagger API docs

This demo repo uses the NestJS swagger module for API documentation. NestJS Swagger - www.swagger.io

http://<URI>/docs


License

Nest is MIT licensed.