https://github.com/esrafilelahi/nestjs-crud
nestjs - crud with postgres local db
https://github.com/esrafilelahi/nestjs-crud
backend crud nestjs
Last synced: 3 months ago
JSON representation
nestjs - crud with postgres local db
- Host: GitHub
- URL: https://github.com/esrafilelahi/nestjs-crud
- Owner: EsrafilElahi
- Created: 2023-12-22T18:45:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T13:49:59.000Z (over 2 years ago)
- Last Synced: 2025-06-14T15:44:11.285Z (about 1 year ago)
- Topics: backend, crud, nestjs
- Language: TypeScript
- Homepage:
- Size: 345 KB
- Stars: 4
- Watchers: 1
- 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
$ yarn install
```
## 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
```