Skip to content

timotheus90/product-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Service

This is a Go project that uses Echo framework and Swagger for API documentation.

Swagger Update

We use echo-swagger for API documentation.

To install the Swagger tool, run the following command:

go install github.com/swaggo/swag/cmd/swag@latest

To generate the Swagger documentation, run the following command:

swag init --parseDependency --parseInternal --parseDepth 5 -g main.go

After starting the server, you can view the Swagger UI at:

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

Running the Server

To start the server, run the following command:

go run main.go

This will start the server on port 1323. You can access the API endpoints as per the Swagger documentation.

Frontend Setup and Start

To start the frontend take a look under the folder frontend

README.md Frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published