A simple RESTful API built with Hapi.js framework for learning purposes.
- Basic CRUD operations
- Uses Hapi.js framework
- Lightweight implementation
- Nanoid for ID generation
Clone the repository:
git clone https://github.com/ichwanuzaki/bookAPI.git
cd bookAPIInstall dependencies:
npm i @hapi/hapi
npm i nanoidRun the server:
npm startFor development with auto-restart:
npm run start-devThis project is licensed under the ISC License