This is a Personal Diary Website.
To run this first install all the dependencies by
npm install
Then create a .env link and add the following
DB_LINK : link to any database
SESSION_SECRET : Secret key for Session
Then using node/nodemon run the server
nodemon app.js
The website will then be accessible at
http://localhost:3000/
Thank you for using it!
The website is also hosted at
https://personal-private-diary.onrender.com/