From fd8832ca97da3bb16ab0776574723322732fed33 Mon Sep 17 00:00:00 2001 From: Katarzyna Rachwal Date: Fri, 24 May 2024 10:30:57 -0400 Subject: [PATCH] adding documentation as markdown --- docs/DEVELOPER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index abd98f6..d8a853b 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -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.