This is a web application built with React and Express. Application has features where client can
- send mail to multiple customer
- Get feedback of product from customers
- Get payment from customer using stripe
Fork the repository
In Terminal set path to 'server/'
run "npm install"
Change path to 'server/client/'
run "npm install"
Go to path: 'server/'
run "npm dev run"
- Front end : React redux
- Back end : Express
- Authentication: google oauth2.0
- Deployment: Heroku
- Payments: Stripe
- DataBase: MongoDB
- Mailer: SendGrid