Skip to main content

Bugfender Dashboard

This component it's the public facing Dashboard The dashboard is a web application that allows users to manage their Bugfender account, see their logs, and configure their apps.

It's composed of a frontend and a backend that exposes a REST API.

Frontend

The fronten is a React application that uses the REST API to interact with the backend.

The frontend is hosted in the same repository as the backend, in the bugfender-web/frontend folder.

The frontend is served by the backend, so it's not a standalone application. There are some pages that are served by the backend, like the signup page, the login page, and some others which are not part of the Angular/React application.

Backend

The backend is a Go application that exposes a REST API and serves the frontend. The backend is hosted in the bugfender-web folder.

Some API endpoints are documented and the documentation can be found in the API Page page.