Skip to content

immadiuttej/docker_example

Repository files navigation

Admin Service

Endoints

Http Method Enpoint
GET /user
POST /customers
GET /customers/:id
GET /customers/email/:email
PUT /customers/:id
DELETE /customers/:id

Run locally

go run main.go

Generate swagger docs

swag init

Docker Image Pushed To

immadiuttej/admin-service

Swagger page

http://localhost:3009/swagger/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published