Skip to content

Commit

Permalink
adding documentation as markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed May 24, 2024
1 parent 6841675 commit fd8832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ React was used in conjunction with Typescript to build the user interfaces.

[math.js](http://math.js) is used to parse and validate mathematical expressions.

Python was used to build the [FastAPI](https://fastapi.tiangolo.com/) web server that serves the [React](https://react.dev/) web portal user interface, as well as the [gRPC](https://grpc.io/docs/languages/python/quickstart/) server that wraps one of the underlying dependencies.
Python was used to build the [FastAPI](https://fastapi.tiangolo.com/) web server, running on [uvicorn](https://www.uvicorn.org/). The web server serves the [React](https://react.dev/) web portal user interface, as well as the [gRPC](https://grpc.io/docs/languages/python/quickstart/) server that wraps one of the underlying dependencies.

[Docker](https://www.docker.com/products/docker-desktop/) was used to build and bundle the web server, gRPC server and UI as well as their underlying dependencies.

Expand Down

0 comments on commit fd8832c

Please sign in to comment.