Skip to content

sun0225SUN/nextjs-starter

Repository files navigation

Tech Stack

Local Development

Environment Variables

Create a .env file at the project root and copy the following content:

# Prisma Database Configuration
DATABASE_URL="postgresql://postgres:password@localhost:5432/nextjs-starter-template"

# Better Auth Configuration
BETTER_AUTH_SECRET="ShF5vSuOm5xWCgnuqvHsx6lj7VhceIlkT9NebI0QO0w="
BETTER_AUTH_URL="http://localhost:3000"

Start the database and initialize

./start-database.sh
bun run db:push

Install dependencies

bun install

Run the development server

bun run dev

Open: http://localhost:3000

About

Nextjs Project Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •