Skip to content
/ apibase Public
forked from byrnedo/apibase

Base template/helper code for http apis.

License

Notifications You must be signed in to change notification settings

notque/apibase

 
 

Repository files navigation

Build Status

apibase

Base template/helper code for http apis.

Stack:

  • Mongo
  • Nats mq
  • Protobuf

Skeleton code for some lightweight http services I want to write.

Current Functionality:

  • Config
  • Logger
  • Various Middleware
  • Docker test container helper
  • Mongo wrapper - mgo used
  • Postgres wrapper ( with migrations - gomigrate used )
  • Nats MQ wrapper ( using protobuf ) nats-io/nats used
  • Restclient

Template project to come.

About

Base template/helper code for http apis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%