Skip to content

Commit 89d47a5

Browse files
Building the frontend - authentication, searching and viewing profiles, following and unfollowing, viewing feed | Backend bug fixes
1 parent bf49204 commit 89d47a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+5098
-7273
lines changed

backend/gateway/.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ GRAPHQL_SERVER_PORT=4000
33
## Microservices
44
USERS_MICROSERVICE_URL="localhost:4001"
55
PROFILES_MICROSERVICE_URL="localhost:4002"
6-
FOLLOWSHIPS_MICROSERVICE_URL="localhost:4003"
7-
POSTS_MICROSERVICE_URL="localhost:4004"
6+
POSTS_MICROSERVICE_URL="localhost:4003"
7+
FOLLOWSHIPS_MICROSERVICE_URL="localhost:4004"
88
FEEDS_MICROSERVICE_URL="localhost:4005"
99

1010
## Jaeger
11-
JAEGER_COLLECTOR_URL="http://localhost:4317"
11+
JAEGER_COLLECTOR_URL="localhost:4317"

backend/gateway/generated/graphql/models.go

+2-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/gateway/generated/graphql/schema.resolvers.go

+12-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/gateway/generated/graphql/server.go

+65-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/gateway/generated/grpc/users_microservice.pb.go

+39-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)