Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santipac/honomailer
https://github.com/santipac/honomailer
brevo hono honojs serverless serverless-functions vercel
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/santipac/honomailer
- Owner: Santipac
- License: mit
- Created: 2024-07-13T20:55:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T00:01:30.000Z (4 months ago)
- Last Synced: 2024-10-04T22:10:52.141Z (about 2 months ago)
- Topics: brevo, hono, honojs, serverless, serverless-functions, vercel
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).