Commit Graph

5 Commits

Author SHA1 Message Date
18d94543f6 Configure API proxy and update API endpoint usage.
Added a new `/api/` proxy configuration in the Nginx setup to forward requests to the backend service. Adjusted the frontend code to use the new `/api` endpoint, improving flexibility and enabling easier deployment.
2026-02-03 08:35:26 +01:00
f448b67164 Update dependencies in requirements.txt
Split passlib and bcrypt into separate entries for clarity and maintainability. Ensured all other dependencies remain unchanged to avoid potential compatibility issues.
2026-02-03 08:29:52 +01:00
7f216190e9 [Message]
Add initial HTML template for the frontend

Introduced a basic `index.html` file for the Cluedo Sheet project. This file sets up the document structure and links the main JavaScript file for rendering.
2026-02-03 08:27:11 +01:00
63162feffd Initial Release 2026-02-03 08:22:21 +01:00
8c4a6a1c65 Initial commit 2026-02-03 07:08:49 +00:00