A web application to search for study locations around UBC campus with live crowd-sourced seat availibility, ratings, and reviews.
From frontend/src, enter in terminal "npm start". If any errors, enter "npm install" first, then "npm start" again.
Note: The website (frontend) currently communicates with a backend hosted externally, which also communicates with an online database hosted on MongoDB. If either were to go offline, various changes are required to run this website, such as setting up your own database, connecting to it from the backend, hosting your own backend on your local machine, and updating queryURL's in various frontend components to properly point to the locally hosted backend.
Home page: Search bar with auto matching suggestions as you type:
Sample location page:
Reporting live status:
Adding review (after clicking button):