https://github.com/mr-hrr-harry/python_db_connect
This is a simple python console app with integrated DB using docker-compose
https://github.com/mr-hrr-harry/python_db_connect
console-app database docker docker-compose pgadmin4 postgresql python-app
Last synced: 3 months ago
JSON representation
This is a simple python console app with integrated DB using docker-compose
- Host: GitHub
- URL: https://github.com/mr-hrr-harry/python_db_connect
- Owner: mr-hrr-harry
- Created: 2024-04-12T10:42:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T11:30:03.000Z (about 2 years ago)
- Last Synced: 2025-07-22T23:52:48.361Z (12 months ago)
- Topics: console-app, database, docker, docker-compose, pgadmin4, postgresql, python-app
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
python3 -m venv venv
# To run the entire app
sudo docker-compose up --build
# To monitor the backend
sudo docker logs -f app_backend
# To enter the frontend to give input
sudo docker exec -it app_frontend /bin/bash
python3 app.py