To run application use follow command from root directory. You can find available flags inside main() func in cmd/web/main.go:
go run ./cmd/web
To run all tests in the project:
go test -v ./...
To run tests in particular package:
go test -v ./cmd/web