Skip to content

niilo/api-server-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-server-example

Work in progress example API Server built with golang.

Planned features:

  • Docker based dependencies vendoring
  • Swagger documentation
  • Statistics endpoints
  • Periodically send statistics to StatHat or similar services
  • Heathcheck endpoints
  • Build scripts for minimalistic Docker deployments

Swagger documentation

Swagger documentation can be created with 'make generate-swagger' command Swagger documentation will be generated also with 'make build-static-binary'

When server is running swagger documentation endpoint is http://localhost:1323/docs/users

Endpoints

users: http://localhost:1323/users user #1: http://localhost:1323/users/1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published