App for NUS students to view and book nearby properties, created by Group 05
- User cookies to preserve login data
- Raw SQL queries, performed with
sqlalchemy - Flask to render HTML and interact with the front-end
- Rollback for functions in case of failure, returning a 403 error
HTMLandCSSintegration into 1 file- Uses
Jinja2for easy, configurable syntax - Unified design language, based on the NUS colour scheme
- AppSchema.sql provides the
SQLschema of the project - SQL_codes contains the
SQLcodes used for data insertion