Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.08 KB

README.md

File metadata and controls

50 lines (42 loc) · 2.08 KB

⚽️ Soccer Betting - Backend

Golang Postgres Gin

ℹ️ This project was created as a study base for the Go language and its main frameworks and libraries. It's an open source project, so feel free to participate with ideas and code by creating issues and submitting pull requests.

Stack

Create and configuration project

Setup development

  • Install Go
  • Clone project git clone https://github.com/fabianogoes/soccer-betting && cd soccer-betting
  • Download dependency soccer-betting
  • Let's Code!

Structure

api/ - handlers, routers
|-dto - request models, response models 
cmd/ - bootstrap application
domain/
|-models - Domain classes(entitites...)
|-usecases - Business rules
configuration/ - Frameworks and lib settings: database, loading environments variables, logging, web server, etc...