Skip to content

babakhadady/studyspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudySpot

A web application to search for study locations around UBC campus with live crowd-sourced seat availibility, ratings, and reviews.

How to run:

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.

Sample Photos:

Home page: Screenshot of homepage Search bar with auto matching suggestions as you type:

Screenshot of searchbar

Sample location page:

Screenshot of sample location page

Reporting live status:

Screenshot of live status bar

Adding review (after clicking button):

Screenshot of addReview button

About

find and rate study spots at ubc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published