Acknowledgements

Run Locally

Clone the project

  git clone https://github.com/SametAvcii/ticket-case.git

Go to the project directory

  cd ticket-case

Install dependencies

  docker-compose up

Start the server

Server is running localhost:8080

Running Tests

To run tests, run the following command

  go test -coverprofile=coverage.out ./...

  go tool cover -func=coverage.out
  
  or show browse
  
  go tool cover -html=coverage.out