Skip to content

louangr/GoLang-WebRESTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectRESTAPI (Louan)

  • To build the project, run ./commands/build.cmd and find the executable in ./cmd/restserver
  • To start the REST API, run ./commands/start.cmd
    • The port number can be change in the first line of the start.cmd file
    • The .db file name can be change in the second line of the start.cmd file
  • To generate swagger documentation, run ./commands/swaggerDocGeneration.cmd
  • Once the REST API is started, you can find the Swagger UI documentation behind this endpoint: http://localhost:8000/swaggerui/

About

REST API Project in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published