Skip to content

A simple foundation project for creating Python Flask APIs.

Notifications You must be signed in to change notification settings

garthtee/flask-api-foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple foundation project for creating Python Flask APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published