https://github.com/yugendev/fastapi-poo-crud
https://github.com/yugendev/fastapi-poo-crud
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yugendev/fastapi-poo-crud
- Owner: YugenDev
- Created: 2024-07-18T15:45:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:52:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T13:48:31.182Z (about 1 year ago)
- Language: Python
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### FASTAPI CRUD | ENTREGABLE | CESDE | NUEVAS TECNOLOGIAS
# commands to run with docker compose
```bash
docker-compose up --build
```
#### Comandos de docker para crear la imagen y correr el contenedor de la BD por separado
```bash
cd app/database
docker build . -t database
docker run -d --name database-container -p 5432:5432 database
```