Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 392 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 392 Bytes

Answersuck

SIGame but better!

Local development

  1. Run service deps
$ make compose-dev
  1. Run the application
$ make run

Or:

  • make dry-run to run application with clean database
  • make run-migrate to run app and up migrations

Generate handlers from protobuf

$ make gen-api

Generate swagger from protobuf

$ make gen-swagger