📄️ Introduction
Djehooty is organized into two types of components: the server and the clients.
📄️ djehooty-backend
djehooty-backend is the server component of Djehooty. It is responsible for the business logic, data management, and exposing an API that the frontend and other clients can use to interact with the core of Djehooty.
📄️ djehooty-frontend
djehooty-frontend is a client component of Djehooty. It exposes a user interface that allows interacting with the backend via the REST API. It is designed to be used in a web browser and offers an intuitive user experience for managing Djehooty's data and features.