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: about 1 year ago
JSON representation
This example shows how to use Resend with Express
- Host: GitHub
- URL: https://github.com/resend/resend-express-example
- Owner: resend
- License: mit
- Created: 2023-06-02T21:32:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T01:09:54.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:45:47.048Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://resend.com/docs/send-with-express
- Size: 58.6 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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