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.txtIn the root directory of project run:
uvicorn app.main:app --reloadVisit http://127.0.0.1:8000 to see the result.
