This project aims to build a lightweight boilerplate to build Python based microframeworks in Flask.
Currently Active in initial development and planning as of 8/23/19
python 3.7+
and MySQL
installed on your computer and MySQL is running before running the install script.
- Create a new project directory
mkdir <your dir name> | cd <your dir name>
- Clone the repository using
git clone https://github.com/jferragut/flask-microservices-boilerplate.git
- To install the global packages Pipenv, Heroku CLI, and Zeit CLI run
bash install.sh
from the root project folder. - To start the flask webserver execute the following command
pipenv run start
If you are interested in becoming a contributor to this open source project, please read CONTRIBUTING.md
. All template information is found in ISSUE-TEMPLATE.md
.
Thanks goes to these wonderful people (emoji key):
Jonathan Ferragut 🚇 |