EarlofSmith / sweet-solution

0 stars 0 forks source link

TK -- Added the order_date and due_date auto-date per new technology NPM module "Moment". #39

Closed Todd-Kridel closed 1 year ago

Todd-Kridel commented 1 year ago

The order_date field of a new order record now auto-populates with a good-format "Now"/"Today" date-stamp when the record is created; and the due_date field of a new order now auto-populates with a good-format date that is at 3 days after the order_date of the new order record. Be sure to do a new "npm i" command to install the new "Moment" module.

Todd-Kridel commented 1 year ago

ALSO: Added a Procfile that seems to be required for Heroku.