Skip to content

AndrejSolaja/DockerFlaskMySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerFlaskMySQL

Deploying a Python application leveraging Flask, Docker Compose, MySQL.

Installation

Run following command in directory with docker-compose.yml file

docker-compose up --build

Use the package manager pip to install requests.

pip install requests

Usage

Run console.py

python console.py

By using simple menu-style app in console you can communicate with app by sending HTTP requests on localhost:5000 and directly change MySQL database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published