/h19-passerelle

h19-passerelle created by GitHub Classroom

Primary LanguagePython

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