Skip to content

Regat1ve/newforms

Repository files navigation

Stack

  • Next.js (App Router, TypeScript)
  • Tailwind CSS + shadcn/ui
  • PostgreSQL + Prisma
  • Auth.js (email magic-link)
  • TanStack Table for the admin response view

Local development

Prerequisites: Node.js 20+, pnpm, PostgreSQL 17+ running on localhost:5432.

# 1. Install deps
pnpm install

# 2. Set up environment
cp .env.example .env
# Edit .env — fill DATABASE_URL with your Postgres password.
# Generate AUTH_SECRET: pnpm dlx auth secret

# 3. Create the database
psql -U postgres -c "CREATE DATABASE newforms_dev;"

# 4. Run migrations
pnpm prisma migrate dev --name init

# 5. Start the dev server
pnpm dev

Open http://localhost:3000.

Project status

Done, private repo.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors