Stegnerd / ptb-api-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample structure

  • api
    • builder/ orchestrator
  • routes
    • where sub routes go
      • these have controllers (db passed into)
      • services
      • models
  • config
    • anything to do with getting or reading config
  • db
    • setting up the db
    • migrations

design questions?

  • should models be top level? will need to see if we go with orm or sqlx

About


Languages

Language:Go 100.0%