An application to manage all your personal expenditures. Add all your expenses along with the amount spent, the date and time of your spending and other additional description.
- Easy addition of your expenses
- View all your expenses at one single place
Framework : Django, Version : 1.11.17
Language : Python, Version : 3.6.3
To run it, you need to install some packages and libraries as follows:
Bootstrap 3
django[argon]
Install dependencies directly from requirements.txt in pip installation,
To install these, write this on the command line terminal:
"pip install -r requirements.txt"
Clone this repo
cd into this repo directory /mysite/
Enter command: "pip install -r requirements.txt"
Enter the command: "python manage.py runserver"
Copy the url and paste it in your favourite browser window.