Skip to content

Lakshyadevelops/Splitwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splitwise

Django app to manage everyday expenses

Setup

Database Setup

Install Postgres

Set Secrets

Sample Secrets File

Environment Setup

conda create --name myenv python=3.11
conda activate myenv
conda install -r requirements.txt

Run

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

API Reference

Install to directly test APIs from VS Code

User

Expense

Balance Sheet

Upcoming Features

  • Per Expense owed and payed in balance sheet
  • Final balances owed and payed between users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published