This is a simple app built with django. To review the development process from cero read the notes.
-
Make sure you have
python
installed. -
Install
virtualenv
(you can follow the notes to do it if you need more information.):pip install virtualenv
-
Then go to the repository root and execute the quick start script:
./scripts/quick-start.sh
-
Open the browser on http://127.0.0.1:8000