Skip to content

Repository files navigation

Turbo Repo NextJS

This is a sample application using NextJS, Drizzle, Postgres, tRPC, & Email Auth.

Requirements

  • NodeJS v20.14.0 or greater
  • Docker
  • pnpm v8.15.4 or greater (Required for workspaces)

Quickstart

# FROM: ./

pnpm install;

# copy local environment variables
cp .env.example .env;

# start docker postgres and mailhog
pnpm db:up; 
pnpm db:push;

# start services
pnpm dev;

Mailhog

For local email authentication testing visit http://localhost:8025.

About

A Nextjs app using email auth, trpc, postgres, and drizzle

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages