- A simple books api to get familiar with Swagger to document api.
GET /books/
GET /books/:book_id
POST /books/
DELETE /books/:book_id
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone https://github.com/ZeyadTarekk/Books-API.git
- Navigate to repository directory
$ cd Books-API
- Install dependencies
npm install
- Running on development mode
npm run start
- Node.js
- Express.js
Zeyad Tarek |
This software is licensed under MIT License, See License for more information ©ZeyadTarekk.