Skip to content

Simple Microservices of cloud bread product using golang, gorilla/mux and postgresql databases, deployed on heroku

Notifications You must be signed in to change notification settings

fazriachyar/cloudBread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudBread

Simple Microservices of cloud bread product using golang, gorilla/mux and postgresql databases, deployed on heroku
Incoming update, i'll create auth service to serve jwt web token

Endpoint

Method Endpoint Description
GET /breads/ display all product data
GET by id /breads/{id} display specified product data
POST /breads/ create product data
PUT /breads/{id} update specified product data
DELETE by id /breads/{id} delete specified product data

About

Simple Microservices of cloud bread product using golang, gorilla/mux and postgresql databases, deployed on heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages