Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

squad-404/flask-restapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

rest api build by flask

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.9%
  • HTML 37.1%