Skip to content

ichwanuzaki/bookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

BookAPI

A simple RESTful API built with Hapi.js framework for learning purposes.

Features

  • Basic CRUD operations
  • Uses Hapi.js framework
  • Lightweight implementation
  • Nanoid for ID generation

Technologies Used

  • Node.js
  • Hapi.js framework
  • Nanoid for ID generation
  • Nodemon (for development)

Installation

Clone the repository:

git clone https://github.com/ichwanuzaki/bookAPI.git
cd bookAPI

Install dependencies:

npm i @hapi/hapi
npm i nanoid

Run the server:

npm start

For development with auto-restart:

npm run start-dev

License

This project is licensed under the ISC License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors