An open source app that makes it easier to access NYU Albert's course evaluations data.
This project has three parts:
- The web scraper, found in
scraper/
, uses Playwright to scrape data from Albert - The backend server, found in
backend/
, serves scraped data through a REST API - The frontend application, found in
frontend/
, makes API calls to the backend and serves as a pretty interface to the course evaluations data