Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasswarichard/nest-typeorm-postgresql
nest typeorm postgresql
https://github.com/wasswarichard/nest-typeorm-postgresql
nestjs postgresql restful-api typeorm
Last synced: about 2 months ago
JSON representation
nest typeorm postgresql
- Host: GitHub
- URL: https://github.com/wasswarichard/nest-typeorm-postgresql
- Owner: wasswarichard
- Created: 2023-03-10T08:26:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T16:48:04.000Z (11 months ago)
- Last Synced: 2024-01-24T17:55:57.494Z (11 months ago)
- Topics: nestjs, postgresql, restful-api, typeorm
- Language: TypeScript
- Homepage:
- Size: 341 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## 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
```## Nestjs Commands
```bash
# Install nestjs globally
$ npm instal -g @nestjs/cli@latest# start new nestjs project
$ nest new myproject
$ nest g module client
$ nest g controller client
$ nest g service client
$ nest g resource client
$ nest g guard belt
$ npm run migration:generate -- UserMigration
```## 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).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).