Inspired by Airbnb, ShareMySGHouse is a web application that does the same.
Our project uses the Flask framework to create a web application that acts as an online marketplace for short homestays. Users are able to create their own ShareMySGHouse accounts, where they will then be able to rent an apartment that is available, or put up their houses for rental.
This project is part of our graded coursework in the National University of Singapore module IT2002: Database Technology and Management.
- Flask
- Jinja
- HTML
- PSQL
- Clone the repo
git clone https://github.com/HiIAmTzeKean/IT2002-Database-Technology-and-Management.git
- Install required packages
pip install -r requirements.txt
- Run app
python3 app.py