Requirements:
- Docker Optional Requirements:
- Python 3.x
- Postgres
Starting Locally:
- Run Script: start
- e.g. sh ./start
- Open localhost:8000
- Login with Credentials: email: [email protected] password: admin
- Create a new User
- Edit newly created User and set Superuser status to checked
- Logout, and Login with new User
- Delete [email protected] User
Deploying to Heroku:
- Follow instructions on Heroku
- Create new app called: prevencija
- Create Heroku API Key as its instructed on Heroku
- Change existing HEROKU_API_KEY in deploy file to new one
- Run sh ./deploy
- Follow instructions from Starting Locally from 4-8# bigbrotherbigsister