BroncoDirectMe / Backend

BroncoDirectMe's API for the Chrome Extension
https://broncodirect.me
9 stars 1 forks source link

BroncoDirectMe

An extension for Chrome that is an alternative frontend for the BroncoDirect website. This extension allows Cal Poly Pomona students to access BroncoDirect information from anywhere while browsing the web.

BroncoDirectMe Backend

This repository contains all required code to drive the BroncoDirectMe Chromium extension. This includes Web scrapers for retrieving all professors from RateMyProfessor.com and APIs for displaying the information on the extension client.

Features

Web Scrapers

Function: Our web scrapers parse through RateMyProfessor.com and return information about Cal Poly Pomoana's professors and the clsses they teach

MySQL Database

Function: The MySQL Database is used to store the data retrieved from RateMyProfessor.com and be interfaced with to display on the BroncoDirectMe Frontend .

GraphQL Database

Database that can populate search results based on a query. Same concept as the MySQL DB with extended features.