Die Matraum App des Cevi Züri 11 erlaubt es Material direkt über das Smartphone zu verwalten. Hierzu kann ein QR-Code gescannt werden und anschliessend das Material abgebucht werden.
Dieses Projekt wurde im Rahmen der Vertiefungsarbeit von Marc Bachmann v/o Taifun realisiert. Die technische Umsetzung erfolgt durch Cyrill Püntener v/o JPG.
Documentation in English
Before you start, please make sure to install node
and npm
. Then you can install all dependencies using the
following command.
$ npm install
Now you can start the application and the firebase emulator using the following command. This command build and serves the angular application with active reloading on changes. It also launches the firebase emulator for functions, firestore, storage and auth.
$ npm start