Django app to manage everyday expenses
Install Postgres
conda create --name myenv python=3.11
conda activate myenv
conda install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Install to directly test APIs from VS Code
- Per Expense owed and payed in balance sheet
- Final balances owed and payed between users