https://github.com/riteshsp2000/emaily
A Bulk email and survey sending service.
https://github.com/riteshsp2000/emaily
Last synced: 11 months ago
JSON representation
A Bulk email and survey sending service.
- Host: GitHub
- URL: https://github.com/riteshsp2000/emaily
- Owner: riteshsp2000
- Created: 2020-04-30T20:49:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:54:12.000Z (over 3 years ago)
- Last Synced: 2025-04-04T08:47:55.097Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://riteshsp2000-emaily.herokuapp.com/
- Size: 926 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emaily
A Bulk email and survey sending service.
Built on React.js and Node.js
A user can signup using Google OAuth and create a account. After making a payment of the specified amount, the user will be given credits.
The user can send surveys/emails depending upon the number of credits he/she has. A single survey requires 1 credit.
To send the survey/email the user has to fill up a form after which he can review it and finally send it to all the recipients.
Technology Stack :-
Frontend :- React.js, Redux, React-Redux, Redux-Thunk, Redux-Forms, React-Router, React-Stripe-Checkout
Backend :- Node.js, Express, MongoDB, Mongoose, Sendgrid, Stripe, Google OAuth2.0, Passport
## Starting the project on local server.
1. install node.js
2. change into the project directory.
3. install the dependancies using ``` npm install ```
4. start the server using ``` npm start ```
The project will rul on ``` localhost:3000 ``` in your browser
