Skip to content

bks71/traintix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traintix

Makefile commands:

protoc --go_out=. --go-grpc_out=. pb/ticketing.proto
go run server/main.go [--port 5280]
staticcheck ./...
mockgen -source=server/reservations/api.go -package="reservations" -destination=server/reservations/reservations_mock.go
gofmt -d -s client/ server/
go test ./server/...
goimports -w client/ server/

TODO

  • makefile
  • implement auth
  • test client
  • finish API methods
  • Postman test scripts (or grpcurl)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages