This is a backend used to serve housing data to the the app being developed. It is written in Django(python 3.10). We've used sqlite as our database due to cost.
To use this backend locally on your system:
pip install virtualenv
python3 -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
navigate to API/lefla then:
./manage.py runserver
/api/docs/