Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 386 Bytes

empty-flask

A cookiecutter that generates a fully functional restful API.

Requirements

  • python 3.*

Setup

  • 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