Skip to content

wp99cp/matraum_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matraum-App des Cevi Züri 11

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.

Screenshot from 2022-01-27 11-24-43

Über dieses Projekt

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.

Get Started

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