Skip to content

This is an excellent example of a Golang project that has adopted this structure.

License

Notifications You must be signed in to change notification settings

kiwsan/golang-movie-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-movie-service

technology Go

This is an excellent example of a golang project that has adopted this structure.

Get Dependencies

go mod download

Build

go build main.go

Test

go test ./...

Environments

Generate .env file and edit configuration settings.

cp .env.example .env

Run app

go run main.go

Browse to http://localhost:8080/swagger/index.html. You will see Swagger 2.0 Api documents.

CREDITS

Original work authored by Franklin Carrero as MIT licensed and Eder Férnandez Baldovino

LICENSE

MIT Copyright (c) 2021 kiwsan

About

This is an excellent example of a Golang project that has adopted this structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages