A football championship manager using flask and ponyORM on the server side; and bootstrap and pjax on the client side.
- A mysql DBMS
- Python3
- A unix like OS (optional)
It's recommended to use a virtualenv.
- Make a database named
fbcmor with any other name, but you must changed on theconfig.pyfile too. - Install the dependecies with
pip install -r requeriments.txt. - Run the command
python manage.py serverormake run. - Run the tests with
make test - Populate the database with sample data using
make populate.