https://github.com/nest-cloud/nestcloud-consul-example
https://github.com/nest-cloud/nestcloud-consul-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-consul-example
- Owner: nest-cloud
- License: mit
- Created: 2020-08-14T03:13:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T11:26:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T04:44:51.622Z (5 months ago)
- Language: TypeScript
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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).