https://github.com/lixx21/notes-app
https://github.com/lixx21/notes-app
docker docker-compose nestjs postgresql rest-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lixx21/notes-app
- Owner: lixx21
- Created: 2024-08-17T15:06:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:22:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T11:41:42.144Z (over 1 year ago)
- Topics: docker, docker-compose, nestjs, postgresql, rest-api
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Notes App
## Tech Stack
1. Nodejs
2. Nestjs
3. PostgreSQL
4. Docker
# How to Run
1. docker-compose up --build || docker-compose up --build -d
## Reference
https://www.freecodecamp.org/news/build-a-crud-rest-api-with-nestjs-docker-swagger-prisma/