The project includes a seeder that can operate in two modes:
Seeds the database with dynamically generated questions, inputs, and answers:
go run cmd/seed/seed.goOnce you see the database you can run:
DB_FILE="file:../../../test.db" go test ./... -vThis will run the tests. As long as they all pass you're good to go!