A simple Blog Web application API where users can create Blogs.
Clone the project
git clone https://github.com/dharmikjethva30/Blog-API.git
Go to the project directory
cd Blog-API
Install dependencies
npm install
Start the server
node app.js
To run this project, you will need to add the following environment variables to your .env file
MONGO_URL = Enter Your MongoDB URL here
JWT_SECRET = welcome2023
Server: Node, Express
Databse: MongoDB