Clone the django starter template & CD into it
git clone https://github.com/arrobalytics/django-ledger-starter.git && cd django-ledger-starter
If pipenv is not installed on your system you may install it
pip install pipenv
pipenv install && pipenv shell
Run migrations
python manage.py migrate
Create Django super user and follow the prompts
python manage.py createsuperuser
Run te server
python manage.py runserver
Navigate to http://127.0.0.1:8000/ledger