Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

ahmadxgani/flask-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-restapi

How to use this app :

  • Copy and rename file .flaskenv.example to .flaskenv
  • Install the requirements by running this command
pip install -r requirements.txt
flask db init
flask db migrate -m "create user and plugin table"
flask db upgrade
flask run
  • Edit your email in .flaskenv

Thanks to kiddyxyz for a tutorial :)

License

GNU