An open API service indexing awesome lists of open source software.

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

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