Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 247 Bytes

File metadata and controls

17 lines (15 loc) · 247 Bytes
Simple Email app built with Hono, MongoDB and JWT auth.
npm install
npm run dev
create a .env file containing:
MONGO_URL=<your mongodb connection string>
JWT_SECRET=<some secret string>
open http://localhost:3000