Skip to content

dharmikjethva30/Blog-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API

A simple Blog Web application API where users can create Blogs.

Documentation

Documentation of API

Run Locally

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

Environment Variables

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

Tech Stack

Server: Node, Express

Databse: MongoDB