Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 492 Bytes

File metadata and controls

24 lines (19 loc) · 492 Bytes

creg

A website to help new USF students with course registration. Won best website (most competitive + largest prize) at DonsHack 25!

Tech Stack

  • Next.js (App Router)
  • TypeScript
  • MongoDB (Mongoose)
  • NextAuth.js

Getting Started

  1. Clone the repo
  2. Install dependencies:
    pnpm install
  3. Set up your .env file with:
    • AUTH_SECRET
    • GOOGLE_CLIENT_ID
    • GOOGLE_CLIENT_SECRET
    • MONGODB_URI
    • OPENAI_API_KEY
  4. Run the dev server:
    pnpm dev