Website created for LifeHack 2022 hackathon, where participants can register and earn / view the points they gathered during the event.
Activities that earn points include:
- Early sign-up (website)
- (9th July) Games: Wikipedia Race (1 rep), Don't forget the lyric (1 rep), Crossword Puzzles (fastest fingers first)
- (9th July) Visiting Q&A booths by sponsors
- (16th July) Visiting sponsor booths
- (16th July) Kahoot winners
- Install yarn here
- Run
yarnin the root directory - Clone
.env.templateand rename the new file as.env - Add the relevant config details for next-auth, Google OAuth credentials, and GitHub OAuth credentials
- Add your local MySQL connection string (syntax:
mysql://USER:PASSWORD@HOST:PORT/DATABASE) - Run
yarn devto get the server running
- Run
npx prisma studioto get the prisma client up and running