Skip to content

mjalajel/flask-minimal-webservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-minimal-webservice

A Skeleton for a Flask-powered JSON API

Installation

Method#1: With git and pip (recommended)

git clone https://git@github.com/mjalajel/flask-minimal-webservice.git
cd flask-minimal-webservice
pip install -e .

# run
flask-api --help

Method#2: With pip directly

pip install git+https://git@github.com/mjalajel/flask-minimal-webservice.git

# run
flask-api --help

Method#3: Vanilla python

git clone https://git@github.com/mjalajel/flask-minimal-webservice.git
cd flask-minimal-webservice
pip install --requirement requirements.txt

# run
python app.py --help ### OR: ./app.py --help

About

A Skeleton for a Flask-powered JSON API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages