# You will need a PostgreSQL server running
# Fill server credentials in creds_local.py
cp creds_local.py.conf creds_local.py
# Install requirements
pip3 install requirements.txt
# Migrate db
python3 manage.py makemigrations
python3 manage.py migrate
# Run the app
python3 manage.py runserver
👤 Enigma
- Github: @enigma71
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021 Enigma.
This project is MIT licensed.
❤️