https://github.com/vsolanogo/postgres-sql-nestjs-example
https://github.com/vsolanogo/postgres-sql-nestjs-example
docker-compose example nestjs postgresql sql
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsolanogo/postgres-sql-nestjs-example
- Owner: vsolanogo
- Created: 2023-10-20T12:56:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T12:57:12.000Z (over 2 years ago)
- Last Synced: 2025-01-21T03:11:20.801Z (about 1 year ago)
- Topics: docker-compose, example, nestjs, postgresql, sql
- Language: TypeScript
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. To run the app in docker run `docker-compose build` and `docker-compose up`
2. Check out the application at `http://localhost:3000/notes`
3. To run tests with docker db image execute `docker-compose -f docker-compose.development.yml up` and `npm run test:e2e` when it is ready.
If you encounter issues while running my Docker images, try using the following command to clean up. You can use a single command to prune all types of resources at once:
`docker system prune -af`