DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: b22db32e9d481201ea21e2de7e4e1806a36c11e1 deck-builder/sdbapi d---------
fix(sdbapi): launching on Alpine
WIP(sdbapi): actions table
WIP(sdbapi): comment out future endpoints
feat(sdbapi): simplify verifying if a user exists
docs(sdbapi): API doc updates
fix(sdbapi): Dockerfile broke after 529726cf
WIP(sdbapi): game creation API
feat(sdbapi): replace gorm.Model with own fields
feat(sdbapi): initial testing
chore(sdbapi): update deps, testify non-indirect
feat(sdbapi): helper for getting user by email
feat!(sdbapi): change errors to apierror
WIP(sdbapi): migrate game table
WIP(sdbapi): game info API endpoint
feat(sdbapi): init game management apis
docs(sdbapi): add API docs to README.md
Change how user details are fetched
/token will now return the user ID as well
Assume running dev-launch with docker access
Return user email from register
Next