Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrettiFlow Express Template

A minimal Express + Drizzle backend template for PrettiFlow projects.

Stack

  • Express - Web framework
  • Drizzle ORM - Database ORM
  • Neon - Serverless Postgres

Setup

  1. Copy .env.example to .env
  2. Add your DATABASE_URL
  3. Run npm install
  4. Run npm run db:push to sync schema
  5. Run npm run dev to start server

Structure

src/
  index.js       # Main server entry
  lib/
    db.js        # Database connection
    schema.js    # Drizzle schema
  routes/        # API routes (add as needed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages