Skip to content

go-risk-it/go-risk-it

Repository files navigation

GO Risk-It

A backend application for the Risk-It game.

Running the application

make run

Development

Dev environment setup

Install linters, formatters, and pre-commit hooks with:

make install

Running the tests

make test

Code generation

Generate SQLC code for interacting with the database:

make sqlc

Generate mocks for testing:

make mock