Quickly set up a local development environment for python web application development.
This repo uses Cookiecutter to create new projects from a template.
-
Install cookiecutter
pip3 install --user cookiecutter
-
Navigate to where you want your new project to be
-
Create a the new project from the cookiecutter, and follow the prompts.
cookiecutter https://github.com/LucasRxTx/python-web-app-cookiecutter.git
-
Navigate to the new project directory.
-
Push the new code to a shinny new repo