Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozta/raspberry-iot-firebase
Proyecto iot raspberry-firebase
https://github.com/mozta/raspberry-iot-firebase
Last synced: 7 days ago
JSON representation
Proyecto iot raspberry-firebase
- Host: GitHub
- URL: https://github.com/mozta/raspberry-iot-firebase
- Owner: Mozta
- Created: 2022-05-09T16:44:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T17:00:46.000Z (over 2 years ago)
- Last Synced: 2024-11-12T03:31:51.444Z (2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspberry-iot-firebase
## Arquitecturas Programables Avanzadas
Aplicación de escritorio para la Raspberry Pi, escrita en Python.
Interfaz creada en QT Designer.
Base de datos en Firestore, Firebase## Instalación
Requerimientos:
- Entorno virtual (venv)
- Python 3.9
- pip 22.0.4
- PyQt5==5.15.6
- firebase-admin==5.2.0### Entorno de Desarrollo
1. Crear entorno virtual (_venv_)
```shell script
python -m venv venv
```
2. Activar entorno virtual
```shell script
source venv/bin/activate
```
3. Instalar bibliotecas
```shell script
(venv) pip install -r app/requirements.txt
```
4. Ejecutar la aplicación
```shell script
(venv) python app.py
```# Notes
Deberás colocar tu archivo json de configuraciones de firebase en la carpeta del proyecto