A simple Expense Tracker Website to keep track of all your expense.
- Supports Multiple User
- Saves your Expenses
- Django
- Bootstrap
- Clone the repository
git clone https://github.com/anubhav-cp/expense-tracker.git
- Change the working directory
cd expense-tracker
- Install dependencies
pip install -r requirements.txt
- Run the Server
python manage.py runserver
You are all set! Open localhost:8000 to see the app.
Pull Requests are always welcome! You can add a cheatsheet on the browser (Anonymously or Singed In). Your cheatsheet will be reviewed and added to the app, also see yourself in contributors.
If you wish to contribute using Github, you can work on any features or create one on your own. After adding your code, send us a Pull Request.