This is a Next.js project bootstrapped with create-next-app.
First, create .env.local file with the following
AUTH_SECRET=secretauthkey
DATABASE_URL=postgresql://postgres:postgres@localhost/postgres
Run migrations
npx drizzle-kit migrateThen run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Next.js App Router
- React.js
- TailwindCSS + Shadcn/ui
- Postgre + Drizzle