Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 226 Bytes

flask-rest-api-example

Example for how to use flask rest api with flask-sqlalchemy and JWT authentication

intall requirements : pip install requirement.txt

change database name in my_app/init.py

run python run.py