/REST-API-of-Blog

This is a REST API for CRUD operations using express framework

Primary LanguageJavaScript

REST-API-of-Blog

Problem statement -

Create a REST api for a blog application. This blog backend should have following APIs- 
1) API to create a blog
2) API to view all blogs
3) API to view a particular blog 
4) API to edit a blog 
5) API to delete a blog

Create middlewares and libraries wherever you feel is required.

Handle all error cases carefully to make sure that your nodejs application doesn’t crash.

Technologies to be used -

NodeJs, ExpressJs and MongoDB