Awesome
NestCloud
<p align="center"> NestCloud is a <a href="http://nodejs.org" target="blank">Node.js</a> micro-service solution, writing by <a href="https://www.typescriptlang.org" target="blank">Typescript</a> language and <a href="http://nestjs.com/" target="blank">Nest.js</a> framework.</p> <p align="center"> <p align="center"> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/v/@nestcloud/common.svg" alt="NPM Version"/></a> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/l/@nestcloud/common.svg" alt="Package License"/></a> <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/dm/@nestcloud/common.svg" alt="NPM Downloads"/></a> <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://travis-ci.org/nest-cloud/nestcloud.svg?branch=master" alt="Travis"/></a> <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux" alt="Linux"/></a> <a href="https://coveralls.io/github/nest-cloud/nestcloud?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nest-cloud/nestcloud/badge.svg?branch=master" alt="Coverage"/></a> <a href="https://opencollective.com/nest-cloud#backer"><img src="https://opencollective.com/nest-cloud/backers/badge.svg" alt="Backers on Open Collective" /></a> <a href="https://opencollective.com/nest-cloud#sponsor"><img src="https://opencollective.com/nest-cloud/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a> </p> <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer) [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->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/proxy/github
Stay in touch
- Author - NestCloud
License
Nest is MIT licensed.