Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wp99cp/matraum_app
Management tool for material storage of Cevi Züri 11
https://github.com/wp99cp/matraum_app
cevi jubla lager lagersystem pfadi
Last synced: about 1 month ago
JSON representation
Management tool for material storage of Cevi Züri 11
- Host: GitHub
- URL: https://github.com/wp99cp/matraum_app
- Owner: wp99cp
- Created: 2020-08-24T13:29:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T13:25:21.000Z (12 months ago)
- Last Synced: 2024-05-02T02:39:04.793Z (8 months ago)
- Topics: cevi, jubla, lager, lagersystem, pfadi
- Language: TypeScript
- Homepage: https://material.zh11.ch
- Size: 1.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/34008738/151340448-3feb344b-712b-46c0-b42e-06202712f3ee.png)
## Ü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.```bash
$ 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.```bash
$ npm start
```