Skip to main content

djehooty-frontend

Screenshot of documents

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.

It is developed in React and TypeScript. Its source code is available on Codeberg.

djehooty-frontend is directly integrated into djehooty-backend-standalone and into the Djehooty Docker image. It is therefore not necessary to install and run it separately. However, it is possible to do so manually for development or advanced use. The process is described in the Djehooty installation from sources.

Usage

For a local installation, after starting the backend you can access the djehooty-frontend user interface by opening your web browser at the following address:

http://localhost:3000

djehooty-backend-standalone automatically opens your web browser at this address.

For a server installation, the frontend access address will depend on your configuration. See the Docker (server) section for more details.