Skip to content

Latest commit

 

History

History
executable file
·
19 lines (10 loc) · 764 Bytes

README.md

File metadata and controls

executable file
·
19 lines (10 loc) · 764 Bytes

GO API starter kit

This is a bare bones, no frills, just "git'er done" webserver/api starter kit.

It is NOT production ready, but as a bootstrap it's acceptable.

There is zero security. Bake it in here as middleware or add a front end (AWS API Gateway, for example), but you've been warned.

Fiber

This is a complete rewrite from using Gin to using Fiber. If you are looking for the gin version, please see the old commits.

routing

routes and routesv1 show two different methods of defining routes. This also shows how to easily version routes.

person

person is an over simplified package for processing a person structure.