Commit Graph

4 Commits (main)

Author SHA1 Message Date
iGor milhit 6d98d4f5aa
web: create a minimal frontend interface
- Initializes and creates a React application.
- Creates the form which, when submitted, returns the quantities.
- Writes a minimal test.
- Allows CORS origins in the backend application.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-30 13:31:09 +01:00
iGor milhit 16d7161d78
app: fix sourdough hydration default
- Fixes sourdough hydration default value.
- Adds a root endpoint.
- Installs ruff to run checks.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-30 09:00:00 +01:00
iGor milhit 9ed8bfb58f
test: implement the first tests
- Tests if there is a response, with a JSON.
- Tests if the calculations are right.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-30 08:26:58 +01:00
iGor milhit 43fb200aee
project: initial commit
- Initializes the project with uv.
- Adds the basic dependencies.
- Documents minimally the project in the README file.
- Creates the logic to calculate the ingredient proportions of the
  bread.
- Initializes the FastAPI application with an endpoint to calculate the
  proportions.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-29 21:21:37 +01:00