This is a work in progress
Quizzer is an app where users can create and answer quizzes. Its core stack is the T3 stack.
- Clone/fork this repository
- Install the dependencies with
pnpm install
- Create an OAuth 2.0 app in Google. You will need a client id and secret for the authentication to work.
- Make sure you have Postgres running. I've set up a
docker-compose.yml
file with Postgres, so if you have Docker installed just rundocker-compose up
on your terminal. - Set up your environment following the .env.example file.
- Push the Prisma migrations to the database by running
pnpm prisma db push
. - Run the app with
pnpm run dev
.
Here are a few images of what was built so far