Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-consul-starter
- Owner: nest-cloud
- License: mit
- Created: 2018-12-13T05:34:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:44:20.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T07:01:10.616Z (5 months ago)
- Topics: microservice, nest, nestcloud, nestjs, starter-project
- Language: TypeScript
- Homepage: https://nestcloud.org
- Size: 3.23 MB
- Stars: 56
- Watchers: 4
- Forks: 7
- Open Issues: 25
-
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 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).