Skip to content

jubelAhmed/ifo-backend

 
 

Repository files navigation

IFO backend

Dependencies

  • flask: Python server of choise

Set Up

  1. Check out the code
  2. Install requirements
    pipenv install
    
  3. Start the server with:
    python app.py
    

Migrations

flask db init
flask db migrate -m "add comment here"

flask db upgrade

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.2%
  • Mako 0.8%