Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 505 Bytes

File metadata and controls

12 lines (8 loc) · 505 Bytes

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