Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.98 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.98 KB

GE-Z Backend

Built with:

🥇 WebJam 2023 First Place Winner

You can view the version submitted to WebJam here

About

GE-Z Backend is a REST api for course articulations using assist.org and California Virtual Campus.

See the frontend.

Currently Supports:

  • UCI ✅
  • UCSB ✅
  • UCLA ✅

In the Works:

  • All UCs and CSUs

Note: the parser does not guarantee 100% accuracy. If you run into issues please let us know 👍

Getting Started

Requirements: node >= 20, npm

  1. Clone the repo
  2. Copy .env.example to .env
  3. Run:
npm i
npm run scrape:all
npm run seed:all
npm run dev

Made with ❤️ by Uno Pasadhika, Andrew Wang, Kevin Wu