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.
- Host: GitHub
- URL: https://github.com/billyfrcs/bookshelfapi
- Owner: BillyFrcs
- License: mit
- Created: 2023-03-31T15:04:48.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-05T01:25:01.000Z (about 3 years ago)
- Last Synced: 2025-06-03T16:49:09.504Z (about 1 year ago)
- Topics: api, backend, hapi, javascript, nodejs, nodemon, postman, rest-api, restful-api
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.