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 migrate
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Next.js App Router
- React.js
- TailwindCSS + Shadcn/ui
- Postgre + Drizzle