Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santipac/honomailer


https://github.com/santipac/honomailer

brevo hono honojs serverless serverless-functions vercel

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a simple [honojs](https://hono.dev/) serverless backend to send emails using [Brevo](https://www.brevo.com/) deployed at Vercel.

## Getting Started

First, run the development server:

```bash
npm install
npm run start #vercel dev will run
```

Follow the setup guide to select a Vercel project.

Open [http://localhost:3000/api](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](https://hono.dev/api/hono).

## Deploy on Vercel

The easiest way to deploy your Hono app is to use the [Vercel Platform](https://vercel.com/templates?search=hono).