Skip to content

icobani/stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

A base RESTful API that allows you to easily start to your next project and shows you some of the best practices about building RESTful APIs in Go.

What is included?

  • Proper using of middlewares
  • Learn how to organize your files & folders structure
  • Simple user & token api
  • Keep context by *http.Request
  • Authentication via tokens
  • Mongodb with mgo
  • Commandline configuration for the app
  • Versioning over latest git commit hash

Best practicies resources about developing HTTP APIs

Contribute

  • Share your ideas by opening new issues
  • Feel free to ask for feature requests

About

Go REST API Stack w/ Mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.8%