Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nest-cloud/nestcloud-consul-starter

Quickly start a micro-service app use NestCloud with Consul.
https://github.com/nest-cloud/nestcloud-consul-starter

microservice nest nestcloud nestjs starter-project

Last synced: about 2 months ago
JSON representation

Quickly start a micro-service app use NestCloud with Consul.

Awesome Lists containing this project

README

        

[travis-image]: https://api.travis-ci.org/nest-cloud/nestcloud.svg?branch=master
[travis-url]: https://travis-ci.org/nest-cloud/nestcloud
[linux-image]: https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux
[linux-url]: https://travis-ci.org/nest-cloud/nestcloud

# NestCloud


NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js framework.



NPM Version
Package License
NPM Downloads
Travis
Linux
Coverage
Backers on Open Collective
Sponsors on Open Collective


## Installation

```bash
$ yarn install
```

## Dependencies

- Consul

## Running the app

```bash
# 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](https://github.com/nest-cloud)

## License

Nest is [MIT licensed](LICENSE).