Link to Miro collaboration platform:
This repository is for the project 'Säuli' for BaselHack 2022 from Team Nr. 3.
- Clone git repository.
- Install Python: https://www.python.org/downloads/
- Install pip:
python -m pip installorpython -m pip install --upgrade --force-reinstall pip - Install Flask:
pip install Flask - Install Requests:
pip install requests - Install NodeJS: https://nodejs.org/en/download/
- Install Angular CLI:
npm install -g @angular/cli - Install Angular Material:
ng add @angular/material - Install Flask-Cors:
pip install -U flask-cors
- Python 3
- Flask (Python)
- Requests (Python)
- NodeJS, NPM
- Angular, Material, RxJS