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

https://github.com/haikelz/bookshelf-api

Submission Dicoding: Bookshelf API
https://github.com/haikelz/bookshelf-api

Last synced: 6 months ago
JSON representation

Submission Dicoding: Bookshelf API

Awesome Lists containing this project

README

          


Bookshelf API


This project are created for final assignment that given from Dicoding Indonesia


## Criteria

- Using port 9000.
- Using `npm run start` to run the project.
- Save book.
- Get all books.
- Get spesific book.
- Update book.
- Delete book.
- Implemented Query params in Route `/books` for advanced filtering.

## Technologies

- Hapi JS

## Screenshots

- Test eslint and prettier

![test eslint and prettier](/public/docs/Screenshot%20from%202024-09-16%2001-48-57.png)

![test eslint and prettier](/public/docs/Screenshot%20from%202024-09-16%2001-49-02.png)

- Run project in Docker

![run project in Docker](/public/docs/Screenshot%20from%202024-09-16%2017-36-08.png)