Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 434 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 434 Bytes

Flask Foundation API

A simple foundation project for creating Python Flask APIs.

Install guide

Clone the repo
$ git clone https://github.com/garthtee/flask-api-foundation.git
$ cd flask-api-foundation
Create the virtualenv (Python v3.7)
$ python -m venv venv
Install dependencies
$ pip install -r requirements.txt
Run the app
$ python application.py