Using this Application user can SignUp & SignIn(using JWT auth), user can add blog,read blog, add comment to a blog.
To run this project, you will need to add the following environment variables to your .env file
PORT
MONGO_URL
Clone the project
git clone https://github.com/Animesh7853/Vichaar
Go to the project directory
cd Vichaar
Install dependencies
npm install
Start the server
npm start
or
npm run dev