Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozta/twelve
Twelve Technologies
https://github.com/mozta/twelve
Last synced: 7 days ago
JSON representation
Twelve Technologies
- Host: GitHub
- URL: https://github.com/mozta/twelve
- Owner: Mozta
- License: mit
- Created: 2018-02-23T16:27:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:18:54.000Z (over 2 years ago)
- Last Synced: 2024-11-12T03:31:52.497Z (2 months ago)
- Language: Python
- Size: 16.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twelve Technologies
Evaluador motriz
## Getting Started
Estas instrucciones le permitirán obtener una copia del proyecto en funcionamiento en su máquina local para fines de desarrollo y prueba.
### Prerequisites
Para poder ejecutar este proyecto, necesitas lo siguiente:
```
-python3
-pip
-PostgreSQL
-pgadmin3
-Clonar el proyecto
-Ejecutar entorno virtual
-Instalar bibliotecas
```### Installing
A continuacion se describen la serie de pasos para instalar y ejecutar el proyecto.Clonar el proyecto en un directorio
```
git clone https://github.com/Mozta/twelve.git
```Crear un entorno virtual
```
python3 -m venv myvenv
```
Habilitar el entorno virtual```
source myvenv/bin/activate
```
Entrar a la carpeta del proyecto```
cd twelve
```Instalar los requirements
```
pip install -r requirements.txt
```Ahora tendras todo el proyecto correctamente instalado
## Running the tests
Entrar a la carpeta qt y ejecutar el proyecto
```
cd qt
python twelve0.py
```## Built With
* [Python3](https://www.python.org/downloads/) - Lenguaje usado
* [QT](https://medium.com/@hektorprofe/primeros-pasos-en-pyqt-5-y-qt-designer-programas-gr%C3%A1ficos-con-python-6161fba46060) - Interfaz grafica (instrucciones)
* [PostgreSQL](https://www.postgresql.org/) - BD## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details