8000 GitHub - bazeeko/product-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bazeeko/product-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

product-api

To use the API run go run main.go command in the terminal, and send requests to localhost:8080/products

Endpoints

  • /products, Method: GET, get a list of all products
  • /products/{id}, Method: GET, get a single product with the given id
  • /products, Method: POST, add a product
  • /products/{id}, Method: PUT, update a product with the given id
  • /products/{id}, Method: DELETE, delete a product with the given id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

3677

Releases

No releases published

Packages

No packages published

Languages

0