A tool for visualizing Open Access literature, developed as part of the 2025 Software Project at Hochschule Bochum (Bochum University of Applied Sciences).
Note:
- You must have a valid
.envfile before starting!!
-
Copy the example environment file:
cp .env.example .env # Edit .env and set your own DB user, password, and database name - This has to be set otherwise nothing will run. -
Start the development environment (Docker Compose):
docker-compose up --build
-
Access the app:
- Frontend: http://localhost:5173
- Database: localhost:5432 (Postgres)
Copyright (C) 2026 Nico Bestek, Bastian Rosinski, Lenio Cabral-Rosario, Nick Wittkowski
Unless otherwise stated, all files in this repository are licensed under the GNU Affero General Public License v3 (AGPL-3.0).
See the LICENSE file for the full license text.
