An open API service indexing awesome lists of open source software.

https://github.com/billyfrcs/bookshelfapi

Simple Book Shelf App API which built with Node.js runtime.
https://github.com/billyfrcs/bookshelfapi

api backend hapi javascript nodejs nodemon postman rest-api restful-api

Last synced: 2 months ago
JSON representation

Simple Book Shelf App API which built with Node.js runtime.

Awesome Lists containing this project

README

          

Book Shelf API | Back-End

Simple Book Shelf App API which built from scratch using [Node.js](https://nodejs.org) runtime and Testing the API with [Postman](https://www.postman.com/).

## Setup And Installation

* Run `npm install` to install all of the required dependencies.
* Start the server in Production mode run `npm run start` and to start in Development mode just simply run `npm run dev` that's pretty much it.