Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Python Flask Microframework. Run on docker-nginx-python-mysql

License

Notifications You must be signed in to change notification settings

99linesofcode/playground-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground-Flask

This repository contains the boilerplate necessary to setup Flask (a Python Microframework) and interface with NGINX via uWSGI and a TCP/IP socket connection. Though setting up a UNIX socket connection between containers is preferable as it allows for much faster communication, I was unable to get that working at the time of writing this code.

To be improved

  1. Use the docker.sock UNIX socket connection to link multiple containers together and dramatically improve the rate of communication between NGINX and Python containers.

Usage

The code in this repository can simply be plugged into Docker-NGINX-Python-MySQL and served by running one of the make commands that can be found in that repository. Just copy and paste the contents of the back/ and front/ directories and you are good to go.

Contributing

Is there anything that you found to be unclear or would like to see added or rectified? I encourage you to contribute by creating an issue or submitting a pull request. In order to submit a PR, simply:

  1. Fork the project
  2. Create a new branch with the proposed changes (git checkout -b <branch name>)
  3. Commit the changes
  4. Push the code
  5. Create PR for code review

License

The code in this repository is licensed under the MIT license

About

Python Flask Microframework. Run on docker-nginx-python-mysql

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages