Skip to content

slitheringblob/shopbridge-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopbridge-go

Shopbridge API problem solution in Go. Just a simple product inventory API made with Gin, GORM, Postgresql and ofc GO.

Endpoints:

Endpoint HTTP Method Usage
/item POST Enter new item into Inventory
/item GET Return all items in the inventory
/item/<item_id> GET Fetch data for a single item based on ID
/item/<item_id> PUT Update fields for item based on ID
/item/<item_id> DELETE Delete item from Inventory based on ID

About

Shopbridge API problem solution in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages