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: about 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T15:44:41.000Z (about 2 years ago)
- Last Synced: 2025-02-10T02:13:18.731Z (over 1 year 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/)