https://github.com/astrocoding/zaenal-bookshelf-api
Bookshelf API Project using NodeJS and Hapi Framework
https://github.com/astrocoding/zaenal-bookshelf-api
hapi javascript nodejs restful-api
Last synced: 9 months ago
JSON representation
Bookshelf API Project using NodeJS and Hapi Framework
- Host: GitHub
- URL: https://github.com/astrocoding/zaenal-bookshelf-api
- Owner: astrocoding
- Created: 2023-10-08T05:54:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T06:20:38.000Z (about 2 years ago)
- Last Synced: 2025-02-09T06:17:57.352Z (11 months ago)
- Topics: hapi, javascript, nodejs, restful-api
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dicoding Bookshelf API Submission
Projek ini dibuat untuk memenuhi proyek akhir kelulusan pada kursus **Belajar Membuat Aplikasi Back-End untuk Pemula** dan **Belajar Membuat Aplikasi Back-End untuk Pemula dengan Google Cloud**
## Teknologi yang digunakan
- **NodeJS**
- **Hapi Framework**
## Instalasi Package
> Install Hapi and Nanoid
```bash
npm install @hapi/hapi nanoid
```
> install Eslint and Nodemon
```bash
npm install eslint nodemon --save-dev
```
## Script
> Start Server
```bash
npm run start
```
> Start Server with Nodemon
```bash
npm run start-dev
```
> Start Server on Production
```bash
npm run start-prod
```
> Eslint
```bash
npm run eslint
```
## Review
**Penilaian Project: ⭐⭐⭐⭐⭐**
# Credit
Credits: [Zaenal Alfian](https://github.com/astrocoding)
Last Edited on: 6/10/2023