It's a rate my professor clone except its for cascade high school.
Before you try running the project locally make sure the .env file is in the root directory with correct:
MONGODB_URI=mongodb://localhost:27017/user_cred
NEXTAUTH_SECRET=
NEXTAUTH_URL=http: //localhost:3000 (or whatever port you prefer)
MAIL_PASS=
MAIL_USER=
then just run
npm run dev
in the terminal for it to start running on your port. The mail service I used was just gmail you need to get some special app password for it