Skip to content

gti525/h19-passerelle

Repository files navigation

GTI525 - Projet Passerelle (ExclaMoney)

Installation

Requis

  • python3
  • Flask

Resources

Python

Database


# init the database
python manage.py db init
# apply the migration
python manage.py db migrate
# upgrade the db
python manage.py db upgrade

OR
#execute this
./setup.sh

Run tests

#run ALL test
pytest

#run one test
pytest tests/filename

Heroku

#run project heroku
git push heroku <branch-name>


#run local branch on heroku
git push heroku <branch-name>:master

About

h19-passerelle created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published