Skip to content

Applying clean arquitecture to a dummy webserver written in Golang

License

Notifications You must be signed in to change notification settings

eduardogr/go-webserver

Repository files navigation

Go Report Card

go-webserver


Bootstrapping go-server

Installations needed

  • go
  • docker
  • docker-compose

Running

  • make wire
  • make build
  • make up
    • verify you are running this with proper permissions

exposed API

/api/v0
Do nothing now, just to be an example for a multiple api/vX format in router.go file

GET /api/v1/numbers, return all numbers stored

POST /api/v1/numbers -d '{"ID":11}', creating a number in the storage

About

Applying clean arquitecture to a dummy webserver written in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published