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
.envfile with:AUTH_SECRETGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETMONGODB_URIOPENAI_API_KEY
- Run the dev server:
pnpm dev