Skip to content

BartAlcorn/apistarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Bare bones, minimalist bootstrap of a GoFiber based web server / api server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages