Skip to content

This is the backend of email scheduling app where user may post time and email, and that email will be scheduled on the given time.

Notifications You must be signed in to change notification settings

Spratham72/email-scheduling

Repository files navigation

START THROUGH DEPLOYED LINK

  • https://nameless-cliffs-08834.herokuapp.com/schedule

RUN PROJECT IN LOCAL MACHINE

  • Go to the main directory of project

npm start

  • Open Postman
    • enter http://localhost:1234/schedule in the post request url
    • enter following input in body section
      • email
      • time
      • subject
      • body

RULES FOR THE INPUT

  • email should be valid or it will not be posted;
  • valid time inputs are :- "1 hour later", "2 hours later", "now", "21st march,2022,6:00 AM";

About

This is the backend of email scheduling app where user may post time and email, and that email will be scheduled on the given time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published