Skip to content

LohitakshTrehan/RemindME

Repository files navigation

RemindME

This app reminds you about various activities which one might find difficult to remember through email notifications.
VERSION: 1.0.0
+

Team Members :


+Lohitaksh Trehan - https://github.com/LohitakshTrehan
+Sagar - https://github.com/Sagarcodes
+Sourabh Gupta - https://github.com/scoobywwe

Feel free to contribute by improving UI
for example a date picker, more in flow type ui etc...

***********************************************************

HOW TO RUN

>So, to boil down you will need to add a new .env file to your local file-system >
The .env file should have : >>DB_HOST= "localhost"
DB_USER= " the name of the user having admin privalege to database "
DB_PASS= " password of your mysql database "
DB_DATABASE= "name of the database you want to give"
DB_DIALECT= "mysql"
GOOGLE_CLIENT_ID = .....
GOOGLE_CLIENT_SECRET = ....
PASS= "the password you will set"

So discussing last 3 from above:

  1. GOOGLE_CLIENT_ID And GOOGLE_CLIENT_SECRET:
    These should be generated by you, by registering
    the app on google developers site. These cannot be
    shared, because of security reasons.
  2. PASS:
    As you can see in server.js, we are using an email-id to
    send mails to the clients. So, as same reason above, we
    are hiding its new password. You can create your own
    new gmail account as per your need.

Also one important thing: delete the node_modules package if downloaded Always do a fresh install of node_modules, whenever downloaded from github These are affected by different OS environment. As package.json is already in project, so all you need to run is: "npm install"


****HOPE THIS HELPS, FEEL FREE TO PING ME on my E-mail,
****IF YOU STILL FACE SOME ISSUE****************