A web application to track household expenses built with Django.
- Clone the repository
- Create a virtual environment:
python3 -m venv venv - Activate the virtual environment:
- Windows:
venv\Scripts\activate - Unix/MacOS:
source venv/bin/activate
- Windows:
- Install dependencies:
pip3 install -r requirements.txt - Run migrations:
python3 manage.py migrate - Start the development server:
python3 manage.py runserver
- Track household expenses
- Categorize expenses
- View expense reports
- Multiple user support ¡