Proyecto final estructuras del PC II
Instrucciones para ser ejecutado en docker:
- git clone https://github.com/djulioj/Docker_FinalProject.git
- cd Docker_FinalProject
- docker build -t app .
- docker-compose up -d
- verificar conexión: curl -X GET localhost:3001/connection
- Almacenar en la base de datos el id, timestamp y hash: curl -X POST --header 'Content-Type: application/json' -d '{"id": "123"}' localhost:3001/adduser
- Devolver formato Json tabla s: curl -X GET localhost:3001/jsontables
- Borrar todos los elementos: curl -X DELETE localhost:3001/delete
- Juan Julio
- Miguel Marsiglia
- Steven Osorio