An application to manage shared expenses, allowing users to split costs equally, by exact amounts, or by percentage. Built with FastAPI and MySQL.
git clone [https://github.com/ANAMIKA1410/Splitwise_Fastapi]
cd /Splitwise_Fastapi
Install dependencies:
pip install -r requirements.txt
DATABASE_USER=<>
DATABASE_PASSWORD=<>
DATABASE_HOST=<>
DATABASE_NAME=expense_sharing_app
uvicorn main:app --reload
Access the API docs at http://127.0.0.1:8000/docs for detailed API information.