https://github.com/devdbrandy/nester-playground
Simple NestJS app to illustrate database connection, integrating with Relational Database (Postgres), unit testing for controllers, services and repository injection.
https://github.com/devdbrandy/nester-playground
Last synced: about 1 year ago
JSON representation
Simple NestJS app to illustrate database connection, integrating with Relational Database (Postgres), unit testing for controllers, services and repository injection.
- Host: GitHub
- URL: https://github.com/devdbrandy/nester-playground
- Owner: devdbrandy
- Created: 2019-11-29T12:24:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:51:06.000Z (over 3 years ago)
- Last Synced: 2025-02-01T06:41:58.031Z (over 1 year ago)
- Language: TypeScript
- Size: 2.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A progressive web app built with Nest.js framework.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. Simple NestJS app to illustrate database connection, integrating with Relational Database (Postgres), unit testing for controllers, services and repository injection.
## Installation
```bash
npm install
```
## Running the app
```bash
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
```
## Test
```bash
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
```
## Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## License
Nest is [MIT licensed](LICENSE).