Skip to content

ashit1303/Diary

Repository files navigation

SABUTILS DIARY

A project based on Node.js app using Express.

CONFIGURATION CNANGES REQUIRED

It's set to run on localhost:5000 which can be changed in the Code.

Make sure you make required changes for the following configuration:

  • Add mongodb URL
  • Add Email and Password from the account you want to send OTP mails.
  • Change variable 'link' to change the default IP in front end code.

Running Locally

$ git clone https://github.com/ashit1303/Diary.git # or clone your own fork
$ cd Dairy
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Documentation

For more information about using this APP, refer these Links:

SEE IT RUNNING HERE