Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 964 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 964 Bytes

Reminds 📧

Set a reminder and get a mail.

Tech stack:

  • node: web framework.
  • ejs: templating and rendering frontend.
  • nodemailer: dending the mails.
  • node-schedule: scheduling.
  • Mdbootstrap: frontend.

Deployment:

The live project is deployed on https://mail-reminder.herokuapp.com. You may use it to set reminders.


Local installation:

  • Install Node.js to your local workstation

  • After you've cloned the repository, install the dependencies with npm.

    npm install


Running

After completing installation run it with the command

node app.js


We are open to enhancement and bug fixes: fork and clone this repository, submit a pull request and we'll test your changes before merging them!