Bookshelf API is a program created with NodeJS, with the Happi J framework/library. This program has functions like CRUD, which is a program that is often found in the programming world.
Clone the project
git clone https://github.com/Kangyann/Bookshelf-API.gitGo to the project directory
cd Bookshelf-API-mainInstall dependencies
npm installStart the server
npm run startor start with nodemon
npm run start-dev- POST METHOD WITH PAYLOAD REQUEST
- GET METHOD TO SHOW ALL DATA & SPECIFIC DATA WITH ID
- UPDATING DATA WITH SPECIFI ID
- DELETE