/go-echo-restful

go-echo-restful

Primary LanguageGoMIT LicenseMIT

go-echo-restful

example folder structure

How to run

development mode

  • Terminal: docker-compose -f build/compose/development.yaml up

production mode

  • Terminal docker-compose -f build/compose/production.yaml up

Access point

http://127.0.0.1/

Todo

  • docker setup for develop & production
  • route setup
  • custom response
  • multiple environment
  • validator
  • database setup

References