A project based on Node.js app using Express.
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.
$ 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.
For more information about using this APP, refer these Links:
- EJS for frontend
- Mongoose to connect to mongodb
- NodeMailer for emailing
- Passport for authentication
- Express-session for session management