A website to help new USF students with course registration. Won best website (most competitive + largest prize) at DonsHack 25!
- Next.js (App Router)
- TypeScript
- MongoDB (Mongoose)
- NextAuth.js
- Clone the repo
- Install dependencies:
pnpm install
- Set up your
.env
file with:AUTH_SECRET
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
MONGODB_URI
OPENAI_API_KEY
- Run the dev server:
pnpm dev