https://github.com/nerkarso/nest-postgres-example
Example to run NestJS and PostgreSQL inside Docker containers
https://github.com/nerkarso/nest-postgres-example
docker nestjs postgresql
Last synced: 25 days ago
JSON representation
Example to run NestJS and PostgreSQL inside Docker containers
- Host: GitHub
- URL: https://github.com/nerkarso/nest-postgres-example
- Owner: nerkarso
- Created: 2023-03-25T23:37:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T23:47:16.000Z (about 3 years ago)
- Last Synced: 2025-01-29T20:35:38.287Z (over 1 year ago)
- Topics: docker, nestjs, postgresql
- Language: Dockerfile
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
$ pnpm install
```
## Running the app
```bash
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
```
## License
Nest is [MIT licensed](LICENSE).