Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Ejemplo simple de microservicios utilizando ReactJS para el frontend y Micro para el backend.

License

Notifications You must be signed in to change notification settings

khriztianmoreno/microservices-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices demo

Ejemplo simple de microservicios utilizando ReactJS para el frontend y Zeit's micro para el backend.

Presentation Slides

Arquitecturas de Microservicios - Khriztianmoreno

Install Backend & Fronent folders

En cada una de las carpetas correr el siguiente comando

$ npm install

Run a microservice

$ 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

Testing with curl

Upload an image

$ curl -F "file=@./image.jpg" http://localhost:49153/

Preview & Save

$ curl -X POST -d "{\"image\": \"xxxxxx-xxxx-xxxx-xxxx-xxxxxx.jpg\", \"filter\": \"sepia\"}" http://localhost:49154/

Built With

  • NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • micro - Async HTTP microservices
  • React - A JavaScript library for building user interfaces

Authors

  • Cristian Moreno - FullStack JavaScript Developer - Github
  • David Higuita - FullStack JavaScript Developer - Github

Project Original

  • Workshop Microservices Micro - MedellinJS - Github

See also the list of contributors who participated in this project.

License

This project is licensed under Copy Right - see the LICENSE.md file for details

About

Ejemplo simple de microservicios utilizando ReactJS para el frontend y Micro para el backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published