Skip to content

Latest commit

 

History

History
98 lines (49 loc) · 2.13 KB

File metadata and controls

98 lines (49 loc) · 2.13 KB

Email Scheduling Application

An online Application where we user can schedule recurring mails on few seconds ,weekly , monthly and yearly basis, with Google login/logout feature , viewing mail history and scheduled mails.Their is also a delete button if user wants to delete its scheduled mail.

Deployment

To deploy this project run

To start the frontend server

Move to the frontend folder

Available Scripts

In the project directory, you can run:

Run yarn install

To install all the available dependicies

Run yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To start the backend server

Move to the server folder

Run npm install

To install all the dependencies

Create .env in the server folder same as .env.example

Fill in the parameters of .env file

Run node server

To run the server at port 5000

Demo

https://gentle-forest-14939.herokuapp.com

Documentation

Documentation

Tech Stack

Client: React, Redux, Bootstrap

Server: Node, Express

Hosting: Heroku App

Screenshots

Home Page

App Screenshot

Email Page

pic2

Scheduled Mail Page

pic3

History Page

pic4

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.