https://github.com/nest-cloud/nestcloud-etcd-starter
Quickly start a micro-service app use NestCloud with Etcd.
https://github.com/nest-cloud/nestcloud-etcd-starter
Last synced: 4 months ago
JSON representation
Quickly start a micro-service app use NestCloud with Etcd.
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-etcd-starter
- Owner: nest-cloud
- License: mit
- Created: 2019-11-18T07:35:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:52:05.000Z (over 2 years ago)
- Last Synced: 2025-01-19T04:44:52.891Z (5 months ago)
- Language: TypeScript
- Homepage: https://nestcloud.org
- Size: 3.52 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
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
- Etcd
## 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).