The easiest way to test out BudgetApp is to use Docker Compose to setup an environment for you. Installation instructions.
git clone https://github.com/DanWright91/budgetapp.gitcd budgetappdocker-compose up- Run
docker psto find the container id of the budgetapp-django container docker exec -it <container-id> bash- Inside the container:
cd /code/budgetapppython manage.py makemigrations && python manage.py migrate
- BudgetApp will be available at localhost on port 80