Skip to content

Vaibhav-afk/bookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published