Skip to content

timotibagus/Node-BookStore-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Store API

Book Store API is a backend app build with Node, Express, Sequelize, PostgreSQL In this project i try to create Relationships between Book table & Store table to create Inventory table I will use Sequelize Many-to-Many Association

API Endpoint

GET

localhost:5000/books

localhost:5000/books/:id

localhost:5000/store

localhost:5000/inventory/:id

POST

localhost:5000/books

localhost:5000/store/addbook

PATCH

localhost:5000/books/:id

DELETE

localhost:5000/books/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published