Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/resend/resend-express-example

This example shows how to use Resend with Express
https://github.com/resend/resend-express-example

Last synced: 5 days ago
JSON representation

This example shows how to use Resend with Express

Awesome Lists containing this project

README

        

# Resend with Express

This example shows how to use Resend with [Express](https://expressjs.com).

## Prerequisites

To get the most out of this guide, you’ll need to:

* [Create an API key](https://resend.com/api-keys)
* [Verify your domain](https://resend.com/domains)

## Instructions

1. Define environment variables in `.env` file.

2. Install dependencies:

```sh
npm install
# or
yarn
```

3. Run Express locally:

```sh
npm run dev
```

4. Open URL in the browser:

```
http://localhost:3000
```

## License

MIT License