A complete user authentication based on nodejs and ejs blog application to express your thoughts. Live : https://bharatblog.onrender.com
Download repository or pull it.
cd Blog-app
npm install
set the enviroment variable file name config.env with:
PORT = 7000
MONGODB_URI = mongodb://127.0.0.1:27017
JWT_SECRET = youcanwriteanythinghere
npm run dev