You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quiz App - Next.js Website with Clerk, PostgreSQL (Docker), and Prisma
A full stack Next.js application with user authentication via Clerk, database management with PostgreSQL, and Prisma ORM. The project uses PostgreSQL database from Docker for easy local development. Users can sign up, create quizzes, and attempt them.
Features
Next.js 13+ (App Router)
Authentication with Clerk
PostgreSQL database running in Docker
Prisma for database modeling and querying
Environment variables for secure configuration
Docker Compose for running DB
Prerequisites
Node.js 18+
npm package manager
Docker Desktop
Clerk account
Setup
Clone the repository
git clone <your-repo-url>cd<your-repo-folder>
npm i