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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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