alexstojda / pinman

A webapp to manage pinball leagues
3 stars 0 forks source link

Setup Database and GORM #10

Closed alexstojda closed 1 year ago

alexstojda commented 1 year ago
  1. Setup Docker compose file with DB instance (PostgreSQL or MySQL??)
  2. Setup gorm in project
    • Do we run migrations in the main process? or job before? Will depend on deployment plan probably...