Skip to content

kangyann/Bookshelf-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bookshelf API

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.

Run Locally

NodeJS

Nodemon

Clone the project

  git clone https://github.com/Kangyann/Bookshelf-API.git

Go to the project directory

  cd Bookshelf-API-main

Install dependencies

  npm install

Start the server

  npm run start

or start with nodemon

  npm run start-dev

Features

  • POST METHOD WITH PAYLOAD REQUEST
  • GET METHOD TO SHOW ALL DATA & SPECIFIC DATA WITH ID
  • UPDATING DATA WITH SPECIFI ID
  • DELETE

About

Dicoding Program Learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published