NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js framework.
$ yarn install
- Consul
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
After run the starter app, you can visit this urls in browser:
http://localhost:3000/proxy/github
- Author - NestCloud
Nest is MIT licensed.