Liabilities
Created by: adarsh-murthy
Mortgage and Liability component: Frontend:
- Create Liability table.
- Implement add and delete row.
- HTTP GET and PUT request to backend.,
Backend:
- Handle GET request to fetch data from database for a particular building.
- Handle PUT request. Delete existing liabilities records for a building id and store new records.
Instructions to run(PLEASE READ TILL THE END):
- If you already have install requirements, you may need to uninstall and install bpfin again/upgrade.
- I messed around with the migration files. If you already have blocnote db on your local, please drop it and create a new database.
- RUN
python manage.py migrateto apply new migrations. - RUN
python manage.py runserverto run the development server. - Access site at localhost:8000/building/<building_id>/financial-inputs/