Skip to content

Commit

Permalink
Merge pull request #5 from isd-sgcu/dev
Browse files Browse the repository at this point in the history
fix: readme
  • Loading branch information
bookpanda authored Jan 4, 2024
2 parents f266c30 + 9d50143 commit d59d31f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ Johnjud is a pet adoption web application of the [CUVET For Animal Welfare Club]

## Stack

- golang
- gRPC
- go-fiber
- golang
- gRPC
- AWS S3
- postgresql

## Getting Started

### Prerequisites

- golang 1.21 or [later](https://go.dev)
- docker
- makefile
- golang 1.21 or [later](https://go.dev)
- docker
- makefile

### Installation

Expand All @@ -34,10 +35,10 @@ Johnjud is a pet adoption web application of the [CUVET For Animal Welfare Club]
1. Run `make test` or `go test -v -coverpkg ./... -coverprofile coverage.out -covermode count ./...`

## Other microservices/repositories of Johnjud
- [Johnjud-gateway](https://github.com/isd-sgcu/johnjud-gateway): Routing and request handling
- [Johnjud-auth](https://github.com/isd-sgcu/johnjud-auth): Authentication and authorization
- [Johnjud-backend](https://github.com/isd-sgcu/johnjud-backend): Main business logic
- [Johnjud-file](https://github.com/isd-sgcu/johnjud-file): File management service
- [Johnjud-gateway](https://github.com/isd-sgcu/johnjud-gateway): Routing and request handling
- [Johnjud-auth](https://github.com/isd-sgcu/johnjud-auth): Authentication and authorization
- [Johnjud-backend](https://github.com/isd-sgcu/johnjud-backend): Main business logic
- [Johnjud-file](https://github.com/isd-sgcu/johnjud-file): File management service
- [Johnjud-proto](https://github.com/isd-sgcu/johnjud-proto): Protobuf files generator
- [Johnjud-go-proto](https://github.com/isd-sgcu/johnjud-go-proto): Generated protobuf files for golang
- [Johnjud-frontend](https://github.com/isd-sgcu/johnjud-frontend): Frontend web application
- [Johnjud-frontend](https://github.com/isd-sgcu/johnjud-frontend): Frontend web application

0 comments on commit d59d31f

Please sign in to comment.