Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.68 KB

README.md

File metadata and controls

47 lines (40 loc) · 1.68 KB

Booking App

Go application for booking/reservation system with Monolithic architecture.


Commands

  • Run project (Linux):
./run.sh
  • Run go test:
go test -v
  • Run all go tests in subdirectories:
go test -v ./...
  • Run coverage test command:
go test -coverprofile=coverage.out && go tool cover -html=coverage.out
  • Run migration tool (parameters: up|down|reset):
~/go/bin/soda migrate