- Git
- Python 3
- Install dependencies
$ pip install -r requirements.txt
- Copy
.env
cp env.sample .env
- Run the migration script
$ python app/manage.py migrate
$ python app/manage.py runserver
This app should work out of the box, unless you want to override some of the env which can be found in .env
file.