Skip to content

adifsgaid/react-node-send-email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send Email By Mailgun, Node and React

send email

Watch it on Youtube: https://youtu.be/xYuW_XDvYyQ

You Will Learn

  • React: Components, Props, Events, Hooks, Axios
  • Node & Express: Web API, Body Parser

Run Locally

1. Clone repo

$ git clone git@github.com:basir/react-node-send-email.git
$ cd react-node-send-email

2. Create .env File

  • duplicate .env.example in backend folder and rename it to .env
  • create account on mailgun.con
  • enter domain and api key in the .env fole

3. Run Backend

$ cd backend
$ npm install
$ npm start

4. Run Frontend

# open new terminal
$ npm install
$ npm start

6. Test

Support

  • Contact Instructor: Basir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • HTML 23.1%
  • CSS 16.3%
  • Shell 0.4%