Skip to content

This is a simple python console app with integrated DB using docker-compose

Notifications You must be signed in to change notification settings

mr-hrr-harry/python_db_connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a simple python console app with integrated DB using docker-compose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published