Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riteshsp2000/emaily
A Bulk email and survey sending service.
https://github.com/riteshsp2000/emaily
Last synced: 1 day 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:54:12.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:03:21.073Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://riteshsp2000-emaily.herokuapp.com/
- Size: 926 KB
- Stars: 0
- 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
![image](https://drive.google.com/uc?export=view&id=1xHj2hPgfTEG88Ujm9XZXydXsRz9cuAus)