Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetsux/bookshelf-backend-api
📙 The Back-end API for the Final Project of Beginner Back-end Application Course from Dicoding
https://github.com/zetsux/bookshelf-backend-api
backend dicoding-submission hapijs
Last synced: 7 days ago
JSON representation
📙 The Back-end API for the Final Project of Beginner Back-end Application Course from Dicoding
- Host: GitHub
- URL: https://github.com/zetsux/bookshelf-backend-api
- Owner: zetsux
- Created: 2023-01-17T15:35:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T15:52:37.000Z (about 2 years ago)
- Last Synced: 2024-12-09T14:49:25.004Z (2 months ago)
- Topics: backend, dicoding-submission, hapijs
- Language: JavaScript
- Homepage:
- Size: 4.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookshelf Backend API
## Description
The Back-end API for the Final Project of A Beginner Back-end Application Course from Dicoding which received full marks (5/5 Stars) after being reviewed by Dicoding![Mark](https://cdn.discordapp.com/attachments/995337235211763722/1064934489505157200/image.png)
## Tech Stacks
- HapiJS : Node.Js Framework (Back-end)## Features
- Able to do CRUD operations for the books through the Front-end web that is provided by Dicoding
- Able to create and save a book data (C)
- Able to see/read every books available along with the details of each book (R)
- Able to see/read every books according to the given query (name, is currently being read, already finished) along with the details of each book (R)
- Able to edit/update the chosen book's data (U)
- Able to delete the chosen book (D)## Reference
- [Dicoding Course "Belajar Membuat Aplikasi Back-End untuk Pemula"](https://www.dicoding.com/)