This is simple financial web application which will help you track your expenses and incomes. It allows to create different accounts (credit card, cash, etc) and categories.
-
Clone the repository and
cd
into the project folder -
pip install -r requirements.txt
-
If you don't have nodejs and npm install them first. After this run:
npm install -g bower gulp && npm install
-
Database and other valuable settings are stored within envdir folder, there is example so you can simply copy it with
cp envdir.example envdir
and change values to fit your environment -
Run dev server using:
python manage.py runserver