Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cracked.dev

Full-stack Cracked.dev v1 built with Next.js 14, Express, PostgreSQL, and Nodemailer.

Setup

  1. Install dependencies:
pnpm install
  1. Copy env examples and fill in real values:
cp apps/api/.env.example apps/api/.env
cp apps/web/.env.local.example apps/web/.env.local
  1. Run migrations against your hosted PostgreSQL database:
pnpm db:migrate
  1. Seed the first superadmin:
pnpm db:seed
  1. Start both apps:
pnpm dev

The web app runs on http://localhost:3000; the API runs on http://localhost:4000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages