Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 282 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 282 Bytes

Rapid API

Rapid JavaScript development environment for building API

Getting Started

Run npm i then npm start -s

Access URL will be: localhost:3000/book

The API methods are: GET, POST, PATCH, DELETE

**Note: you need to have MongoDB service up and running.