https://github.com/nest-cloud/nestcloud-typeorm-example
How to use typeorm for nestcloud
https://github.com/nest-cloud/nestcloud-typeorm-example
Last synced: 8 months ago
JSON representation
How to use typeorm for nestcloud
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-typeorm-example
- Owner: nest-cloud
- License: mit
- Created: 2019-08-14T03:35:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:42:12.000Z (over 3 years ago)
- Last Synced: 2025-03-31T21:27:42.748Z (about 1 year ago)
- Language: TypeScript
- Size: 2.13 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 27
-
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
A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
## Installation
```bash
$ yarn install
```
## Dependencies
- Consul
- Mysql
```bash
docker run -d --name dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul
docker run -d --name dev-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -e MYSQL_DATABASE=nestcloud -p 3306:3306 mysql:5.7
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
```
## Stay in touch
- Author - [Miaowing](https://github.com/miaowing)
## License
Nest is [MIT licensed](LICENSE).