Skip to content

Monolithic Go application for booking/reservation system.

License

Notifications You must be signed in to change notification settings

ol-ilyassov/booking-app

Repository files navigation

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