Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.44 KB

README.md

File metadata and controls

57 lines (49 loc) · 1.44 KB

Logo

Book-API

It is built using Node & Express

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

Book API built using Node & Express, It contains different HTTP verbs (e.g: GET, POST, DELETE, etc.) which handle requests at different routes.

Getting Started

Prerequisites

  • Make sure you have latest version of Node installed.
  • Download Postman software, for sending different requests.

How to Run?

  1. Fork
  2. Clone the repo
    git clone https://github.com/Vaibhav-afk/bookAPI.git
  3. Locate to directory
    cd directory_name
  4. Install npm packages
    npm install
  5. Start the application
    node index.js
  6. You are Done.
  7. Now open postman select different HTTP verbs send requests like this,

    example-image