Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 618 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 618 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

Stack

  • Next.js App Router
  • React.js
  • TailwindCSS + Shadcn/ui
  • Postgre + Drizzle