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
yarn
in the root directory - Clone
.env.template
and 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 dev
to get the server running
- Run
npx prisma studio
to get the prisma client up and running