https://github.com/openlabun/jsonfy
https://github.com/openlabun/jsonfy
developer-tools
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openlabun/jsonfy
- Owner: openlabun
- Created: 2023-10-02T22:20:28.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-14T05:09:21.000Z (about 1 year ago)
- Last Synced: 2025-03-21T10:17:00.459Z (about 1 year ago)
- Topics: developer-tools
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSONfy
JSONfy es un servicio web generador de datos aleatorios con posibilidad de descargarlos en formato JSON
## Siga estos pasos para ejecutar el programa
sudo docker build -t jsonfy .
sudo docker run -d -it -p 5003:80 --restart unless-stopped --name jsonfy-app jsonfy
## Consideraciones
JSONfy fue creado con el objetivo de ser un servicio escalable, ya que no solo se quiere descargar archivos
JSON sino en implementaciones posteriores archivos como xml, csv y SQL.
En la carpeta de "img", se encuentran los logos de los 3 formatos del programa que se implementarÃan a futuro.
## Autores
- **[Judithpc23](https://github.com/Judithpc23)**
- **[Alinsonp](https://github.com/Alinsonp)**
- **[Edadul](https://github.com/Edadul)**