Made as a part of the course Application Development with Prof. Dr. Michael Cebulla at the Hochschule Anhalt University of Applied Sciences in cooperation with the company Seeburger AG.
Developers:
- Felix Beinßen (Team Lead & Frontend)
- Tim Berend (Chaincode)
- Philipp Irmscher (Frontend & Styling)
- Jason Labrenz (Backend)
- Tristan Roesch (Backend & Organization)
- Dominik Stieberitz (Chaincode)
Under the supervision of:
- Stefan Obermeier (Seeburger AG)
- Prof. Dr. Michael Cebulla (Hochschule Anhalt)
The logbook-app is an app that allows users to view and capture their tours. The app is divided into three parts: the frontend, the backend (often referenced as REST-API) and the chaincode. The frontend is an Expo App (React Native) that allows users to view and capture their tours. The backend is a REST API that manages the communication with the chaincode. The chaincode is a Hyperledger Fabric chaincode that manages the data of the tours. All three parts must be running in order to use the app. Example-Instances of the backend and the chaincode are hosted and available for use. So for testing purpose it is enough to just run the frontend.
See the frontend README for more information.
See the backend README for more information.
See the chaincode README for more information.