A simple Expense Tracker web application to track and manage your daily expenses, built using Django + SQLite, containerized using Docker, and ready for deployment on IBM Cloud.
✅ Add, update, and delete expenses.
✅ View your expenses by date and category.
✅ Clean, minimal interface for daily tracking.
✅ Dockerized for consistency across development and deployment.
✅ Ready for IBM Cloud Container Registry and Code Engine deployment.
- Python 3.9+
- Django
- SQLite
- Docker
- IBM Cloud (optional)
git clone https://github.com/tejashxv/expense-tracker.git
cd expense-trackerpip install -r requirements.txtpython manage.py makemigrations
python manage.py migratepython manage.py runserver