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.
This is a complete rewrite from using Gin to using Fiber. If you are looking for the gin
version, please see the old commits.
routes
and routesv1
show two different methods of defining routes. This also shows how to easily version routes.
person
is an over simplified package for processing a person structure.