Hello World
Your first document
Welcome to the docs! Here we will add documentation for the Biamazed project, both for users and developers. Visibility will be controlled via authenticated user, developer docs visible only to users with is_admin === true
.
Biamazed Stack
The Biamazed stack is built on top of several key technologies:
- Next.js: A React framework for building server-side rendered applications.
- FastAPI: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
- Celery: An asynchronous task queue/job queue based on distributed message passing.
- Redis: An in-memory data structure store, used as a database, cache, and message broker.