Skip to content
/ go-backend-boiler Public template

πŸ”₯ go-backend-boiler: ⚑ A golang boilerplate to kickstart your backend web services development with ease πŸš€πŸ’»βœ¨

License

Notifications You must be signed in to change notification settings

zubairmh/go-backend-boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”₯ go-backend-boiler πŸ”₯

⚑ A golang boilerplate to kickstart πŸš€ your backend web services development with ease and joy! πŸ’»βœ¨

πŸ“ File structure

.
└── project_root/
    β”œβ”€β”€ internal/
    β”‚   └── server /
    β”‚       β”œβ”€β”€ http.go (add router/cors middleware here)
    β”‚       β”œβ”€β”€ routes.go (add routes/paths here)
    β”‚       └── views.go (declare view functions here)
    β”œβ”€β”€ main.go (starts server)
    β”œβ”€β”€ go.mod 
    β”œβ”€β”€ go.sum
    β”œβ”€β”€ .gitignore
    β”œβ”€β”€ README.md
    └── LICENSE

Contributing

This project is open to contributions, fork this repository and send a pull request incase you wish to contribute.

License

This project is licensed under the Apache License, Version 2.0

About

πŸ”₯ go-backend-boiler: ⚑ A golang boilerplate to kickstart your backend web services development with ease πŸš€πŸ’»βœ¨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages