nestcloud-consul-starter
nestcloud-consul-starter copied to clipboard
Quickly start a micro-service app use NestCloud with Consul.
NestCloud
NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js framework.
Installation
$ yarn install
Dependencies
- Consul
Running the app
# 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
http://localhost:3000/github
http://localhost:3000/proxy/github
Stay in touch
- Author - NestCloud
License
Nest is MIT licensed.