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
fbcm
or with any other name, but you must changed on theconfig.py
file too. - Install the dependecies with
pip install -r requeriments.txt
. - Run the command
python manage.py server
ormake run
. - Run the tests with
make test
- Populate the database with sample data using
make populate
.