From b45e0200803c4f597adcfdf5f01f268f90938bf1 Mon Sep 17 00:00:00 2001 From: Elijah Lucian Date: Wed, 14 Jul 2021 16:29:41 -0600 Subject: [PATCH] updating readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4d2c111..19fed21 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ - A simple way to track expenses - cash budgeting in digital mode +# Setup + +```sh +$ git clone [this repo] +$ docker-compose build +$ docker-compose run --rm server bash +# Puts you into the command line in the server container +$ > python manage.py migrate +$ > python manage.py createsuperuser --email admin@example.com --username admin +$ > exit +# You are now back in your machine bash +$ docker-compose down && docker-compose up -d +# Containers will all start +``` + # Ideas - put items in your wishlist and track savings to buy big-ticket items