Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```