https://github.com/powersystem2024/the-debugging-dojo-integrador-3s
TUP 2024
https://github.com/powersystem2024/the-debugging-dojo-integrador-3s
postgresql python
Last synced: 2 months ago
JSON representation
TUP 2024
- Host: GitHub
- URL: https://github.com/powersystem2024/the-debugging-dojo-integrador-3s
- Owner: PowerSystem2024
- Created: 2025-06-27T01:02:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-27T02:22:04.000Z (about 1 year ago)
- Last Synced: 2025-06-27T02:26:06.290Z (about 1 year ago)
- Topics: postgresql, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Debugging Dojo - Integrador del Tercer Semestre
> Este repositorio fue creado para el trabajo final integrador del tercer semestre de la Tecnicatura Universitaria en Programación (UTN), utilizando el lenguaje de programación **Python** y **PostgreSQL**.
#### 🛠️ Herramientas:



## 📥 Instalación:
1. Clonar el repositorio:
```bash
git clone https://github.com/PowerSystem2024/The-Debugging-Dojo-Integrador-3S.git
## 📄 INSTRUCCIONES PARA CONFIGURAR EL PROYECTO "FinalPython"
Este proyecto fue desarrollado en Python y requiere una base de datos PostgreSQL para funcionar correctamente.
### 🔧 REQUISITOS NECESARIOS
1. ✅ PYTHON (versión recomendada: 3.12.x)
📥 Descargar desde: https://www.python.org/downloads/
2. ✅ PYCHARM (IDE para desarrollo en Python)
📥 Descargar desde: https://www.jetbrains.com/pycharm/download/
3. ✅ POSTGRESQL + PGADMIN 4 (para la base de datos)
📥 Descargar desde: https://www.postgresql.org/download/
- ▶️ Link de videos del campus para instalación:
- [PYTHON](https://campus.frsr.utn.edu.ar/moodle/pluginfile.php/100971/mod_lesson/intro/Instalaci%C3%B3n%20Python%20en%20Window.mp4)
- [PYCHARM](https://campus.frsr.utn.edu.ar/moodle/pluginfile.php/100971/mod_lesson/intro/Instalaci%C3%B3n%20de%20Pycharm.mp4)
- [POSTGRESQL](https://drive.google.com/file/d/11mvLcGWVFOaA9U05ggLcr3oe-hSOstV6/view)
> Necesitas acceso al campus de la facultad para PYTHON y PYCHARM
### 🚀 CONFIGURACIÓN DEL ENTORNO
1. Abrí PyCharm y seleccioná "*Open*" > elegí la carpeta del proyecto.
2. Si es la primera vez que abrís el proyecto, creá un entorno virtual:
- *File* > *Settings* > *Project* > *Python Interpreter* > *Add Interpreter*
- Seleccioná "*New environment*" y usá tu instalación de Python
3. Instalá las dependencias necesarias ejecutando el siguiente comando en la terminal de PyCharm:
`pip install -r requirements.txt`
5. Configurá PostgreSQL:
- Asegurate de tener una base de datos creada (podés hacerlo desde *pgAdmin4*).
- Ajustá las credenciales en el archivo `.env` (host, usuario, contraseña, puerto, etc.)
### ▶️ EJECUCIÓN DEL PROYECTO
Una vez configurado todo, ejecutá el archivo principal: `src/main.py`
¡Listo! Ya podés comenzar a usar el sistema.
## 👨💻 Integrantes:
- **Bruni Gabriel**
- **Cattai Leandro**
- **Cizmadija Florencia**
- **Cizmadija Paula**
- **Correa Pablo**
- **Francia Nahuel**
- **Juarez Gonzalo**
- **Schutt Lázaro**
- **Schutt Valentín**