Skip to content

A RESTful API to perform CRUD operattions on blog posts

Notifications You must be signed in to change notification settings

ezioishan/blog_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog_API

A RESTful API to perform CRUD operattions on blog posts built on NodeJS and MongoDB

How to run:

1.Include all node modules - express, mongoose, cors, body-parser using command: npm install --save <module_name>

2.mongoDB is to be installed , here local database is used so url used is something like this : mongodb://localhost/<database_name>

3.Run the server using command : node server.js

4.For API testing install POSTMAN:https://www.getpostman.com/downloads/ and do the neccessary

About

A RESTful API to perform CRUD operattions on blog posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published