Skip to content

endigo/book-review

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published