A simple personal library management system, built with Next's App Router, shadcn/ui and Prisma.
- GitHub OAuth.
- Book management.
- Parallel + intercepting routes.
- Postgres with Prisma.
Create a .env file from .env.example.
You can connect to a Vercel's Postgres addon and run vercel env pull .env to automatically fill in POSTGRES variables.
Readgoods use Auth.js for authentication. Following this guide to setup GitHub OAuth.
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
