The project was done for the fulfillment of COMP 207 (4th Semester Project).
A minimal mobile application to make information about homestay available to the seekers.
- Flutter for mobile app
- FastAPI and PostgreSQL for Backend
- Azure for deployment
Running this project on your local machine.
pip install -r requirements.txt
In the root directory of project run:
uvicorn app.main:app --reload
Visit http://127.0.0.1:8000
to see the result.