Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirGer committed Mar 7, 2024
1 parent 7600890 commit ef3ed7f
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 @@ -6,11 +6,11 @@ The application contains:
- React based web client
- FE - http://localhost:8090
- BE - http://localhost:3000
- NodeJS server - the full API documentation is available via swagger or GraphQL
- NodeJS server that serves that React client and provides both OpenAPI and GraphQL endpoints.
The full API documentation is available via swagger or GraphQL:
- Swagger UI - http://localhost:8090/swagger
- Swagger JSON file - http://localhost:8090/swagger-json
- GraphiQL UI - http://localhost:8090/graphiql
- nginx web server that serves the client and acts as a reverse proxy for the server's API requests

> **Note**
> The GraphQL API does not yet support all of the endpoints the REST API does.
Expand Down

0 comments on commit ef3ed7f

Please sign in to comment.