Udhaar is a personal finance and debt management app that helps you track your debts and loans with friends. Never forget any debts or split payments with your friends again with udhaar.
This repo contains the backend API for Udhaar
You need to have docker and docker-compose installed.
docker-compose up
docker-compose run --rm app sh -c "python manage.py test -b && flake8"
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL
- full fledged postgres database url (example: postgres://username:password@postgres_url.domain_name:port
)
DJANGO_SECRET
- Django secret key.
If you have any feedback, please reach out to us at feedback@udhaar.me
Server: Django, Django Rest Framework, drf-yasg