Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expense Sharing App

Overview

An application to manage shared expenses, allowing users to split costs equally, by exact amounts, or by percentage. Built with FastAPI and MySQL.

Features

User Management: Add and manage users.

Expense Tracking: Record and track expenses.

Balance Calculation: Calculate user balances.

Flexible Splitting: Split expenses by equal, exact amounts, or percentages.

Setup

Clone the repository:

git clone [https://github.com/ANAMIKA1410/Splitwise_Fastapi]
cd /Splitwise_Fastapi
Install dependencies: pip install -r requirements.txt

Set up environment variables:

DATABASE_USER=<>
DATABASE_PASSWORD=<>
DATABASE_HOST=<>
DATABASE_NAME=expense_sharing_app

Run the application:

uvicorn main:app --reload
Access the API docs at http://127.0.0.1:8000/docs for detailed API information.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages