- Next.js – Framework
- React.js - FrontEnd Framework
- Next UI - UI Framework
- Tailwind – CSS
- tRPC - Backend Routes
- Prisma - Database Framework
- Postgres SQL - Database
- Neon - Database Cloud
- Zod - Backend Validation
- Typescript – Language
- NextAuth.js – Auth
- Turborepo – Monorepo
- Vercel – Deployments
api
: Backendweb
: Frontendui
: Frontend Helperprisma
: ORM
To build all apps and packages, run the following command:
cd digital-library
pnpm build
To develop all apps and packages, run the following command:
cd digital-library
pnpm dev