Skip to content

mpolinowski/boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFiber Docker Boilerplate

Release Discord Test Security Linter

Development

Start the application

go run app.go

Production

docker build -t gofiber .
docker run -d -p 3000:3000 gofiber

Go to http://localhost:3000:

Go Fiber Docker Boilerplate

About

🚧 Boilerplate for 🚀 Fiber

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 33.6%
  • HTML 27.2%
  • CSS 15.3%
  • Dockerfile 14.7%
  • JavaScript 9.2%