Ejemplo simple de microservicios utilizando ReactJS para el frontend y Zeit's micro para el backend.
Arquitecturas de Microservicios - Khriztianmoreno
En cada una de las carpetas correr el siguiente comando
$ npm install
$ cd backend
# Corre el microservicio para subir la imagen
$ npm run start-upload
# Corre el microservicio para hacer el filtro a la imagen
$ npm run start-preview
$ curl -F "file=@./image.jpg" http://localhost:49153/
$ curl -X POST -d "{\"image\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx.jpg\", \"filter\": \"sepia\"}" http://localhost:49154/
- NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
- micro - Async HTTP microservices
- React - A JavaScript library for building user interfaces
- Cristian Moreno - FullStack JavaScript Developer - Github
- David Higuita - FullStack JavaScript Developer - Github
- Workshop Microservices Micro - MedellinJS - Github
See also the list of contributors who participated in this project.
This project is licensed under Copy Right - see the LICENSE.md file for details