A cookiecutter that generates a fully functional restful API.
- python 3.*
-
install cookiecutter
pip install cookiecutter
-
run cookiecutter and specify information to build project
cookiecutter -v ./
-
verify your project is functional
cd <your_project> docker-compose up