This expense tracker allows multiple people who belong to the same household to record their personal and household expenses. This is the backend, the client can be found here
This Django project implements a REST API (with the help of DRF.
To setup the project:
- Clone the repo, setup a new Python 3 virtual environment and install dependencies from 'requirements.txt'
- Create a new database. Postgres is preferred but, MYSQL or SQLite should work just fine as well.
- Open up settings.py, and change the database settings to reflect your database setup.
- Run 'python manage.py migrate' to create the required tables
- Run 'python manage.py runserver' to start the server.
If you have any questions, reach out to me at blinduck@gmail.com