Skip to content

swapnil404/email-app-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Email app built with Hono, Drizzle ORM and PostgreSQL with JWT auth.
npm install

# Set up database schema
npm run db:generate
npm run db:push

npm run dev
create a .env file containing:
DATABASE_URL=<your postgresql connection string>
JWT_SECRET=<some secret string>
open http://localhost:3000

About

Simple Email app built with Hono, Drizzle ORM and PostgreSQL with JWT auth.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors