https://github.com/rishiosaur/nest-starter
🚀 A minimalist setup to get a NestJS API up and running quickly. Full support for TypeORM & other fun stuff.
https://github.com/rishiosaur/nest-starter
Last synced: 5 months ago
JSON representation
🚀 A minimalist setup to get a NestJS API up and running quickly. Full support for TypeORM & other fun stuff.
- Host: GitHub
- URL: https://github.com/rishiosaur/nest-starter
- Owner: rishiosaur
- License: mpl-2.0
- Created: 2021-03-31T19:01:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T19:09:57.000Z (over 4 years ago)
- Last Synced: 2024-12-30T01:31:50.053Z (7 months ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📦 NestJS/TypeORM/GraphQL starter






Stack: NestJS + Typescript + Postgres + Redis + GraphQL.
## Installation
```bash
$ yarn
```## Running the app
```bash
# development
$ yarn run start# watch mode
$ yarn run start:dev# production mode
$ yarn run start:prod
```## Test
```bash
# unit tests
$ yarn run test# e2e tests
$ yarn run test:e2e# test coverage
$ yarn run test:cov
```## License
`` is [MPL-2.0 licensed](LICENSE).