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

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


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

Last synced: 4 months ago
JSON representation

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 example

```bash
$ npm run start:service-a
$ npm run start:service-b
$ npm run start:service-c
$ npm run start:service-d
```

After run the starter app, you can visit this urls in browser:

http://localhost:3000/hello

## Stay in touch

- Author - [NestCloud](https://github.com/nest-cloud)

## License

Nest is [MIT licensed](LICENSE).