This is a simple honojs serverless backend to send emails using Brevo deployed at Vercel.
First, run the development server:
npm install
npm run start #vercel dev will run
Follow the setup guide to select a Vercel project.
Open http://localhost:3000/api with your browser to see the result.
You can start editing the API by modifying api/index.js
and learn more by taking a look to the API documentation.
The easiest way to deploy your Hono app is to use the Vercel Platform.