Skip to content

SametAvcii/ticket-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published