Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagashiz/bookshelf-api
Basic CRUD REST API built with Hapi.js web framework for Node.js.
https://github.com/bagashiz/bookshelf-api
hapijs javascript nodejs rest-api
Last synced: 17 days ago
JSON representation
Basic CRUD REST API built with Hapi.js web framework for Node.js.
- Host: GitHub
- URL: https://github.com/bagashiz/bookshelf-api
- Owner: bagashiz
- Created: 2023-02-04T08:16:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T15:44:41.000Z (8 months ago)
- Last Synced: 2024-10-30T07:03:05.125Z (2 months ago)
- Topics: hapijs, javascript, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This is my submission for Dicoding's [Belajar Membuat Aplikasi Back-End untuk Pemula](https://www.dicoding.com/academies/261) and [Belajar Membuat Aplikasi Back-End untuk Pemula dengan Google Cloud](https://www.dicoding.com/academies/342) courses that is built with Node.js using [Hapi.js](https://hapi.dev/) web framework.
## Dependencies
- [Node.js](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/)
- [Hapi.js](https://hapi.dev/)
- [nanoid](https://www.npmjs.com/package/nanoid)## Learning and Reference Sources
- [Belajar Membuat Aplikasi Back-End untuk Pemula](https://www.dicoding.com/academies/261) by [Dicoding](https://www.dicoding.com/)
- [Belajar Membuat Aplikasi Back-End untuk Pemula dengan Google Cloud](https://www.dicoding.com/academies/342) by [Dicoding](https://www.dicoding.com/)