Skip to content

syedkhussain1/Restfull_API_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful Blog API

This is a Rest API build using MERN stack. Here I have build a complete backend using express.

Blog_API_Demo

Getting Started

First, duplicate the .env file into a new file named .env.local. Update the value of your OpenAI API key there.

The first time you are running this project, you will need to install the dependencies. Run this command in your terminal:

npm install

To start the app, run:

npm run dev

Testing

Local is Alive endpoint - http://localhost:3000/api/v1

Postman Collection to test the API - https://syed-7533984.postman.co/workspace/SYED's-Workspace~0ee95e99-9bda-494b-8858-b574652a65c6/collection/46485671-070b4165-34b6-4541-9e7c-2f09feaca638?action=share&creator=46485671&active-environment=46485671-c9853615-3af4-4df4-9cf7-2a8fcb0c41ca

Workflows

Auth - Register, Login, Logout

User - Create, Update, Get, Delete

Blog - Create, Update, Get, Delete

Like, Comments - Create, Update, Get, Delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published