Skip to content
Snippets Groups Projects
README.md 1.14 KiB
Newer Older
Florian Heger's avatar
Florian Heger committed
# CENTAURIS

CENTAURIS is a data management and analytics platform built with Spring Boot, Angular, and Firebase. It collects usage data from a scientific game and integrates additional user-provided information. This platform streamlines data ingestion, validation, and analysis within a unified web-based interface. Role-based access control ensures secure and granular data management with distinct permissions for moderators and administrators.
Florian Heger's avatar
Florian Heger committed

For more detailed information, refer to our documentation.
## Account Requirements

To use the application, you need either a **verified moderator account** or an **admin account**. If you are new to the app, it is recommended to create an **admin account** first so that you can access all functionalities:
1. **Recommended**: Register a moderator account, then follow the instructions in the backend README to promote it to admin.
2. **Not recommended**: Manually verify a user in the Firebase Authentication tab.

## Setup

For detailed setup instructions, please refer to the [backend README](./Backend/centauris/README.md).

To set up the frontend, please refer to the [frontend README](./Frontend/README.md).