Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 6, 2024
1 parent 24b7293 commit 77b8309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ These instructions will get you a copy of the project up and running on your loc

### Running
1. Run `docker-compose up -d`
2. Run `go run ./src/.` or `make server`
2. Run `go run ./cmd/.` or `make server`

### Testing
1. Run `go test -v -coverpkg ./src/internal/... -coverprofile coverage.out -covermode count ./src/internal/...` or `make test`
1. Run `go test -v -coverpkg ./internal/... -coverprofile coverage.out -covermode count ./internal/...` or `make test`

## Other microservices/repositories of Johnjud
- [Johnjud-gateway](https://github.com/isd-sgcu/johnjud-gateway): Routing and request handling
Expand Down

0 comments on commit 77b8309

Please sign in to comment.