Skip to content

EdmundKorley/incohorent_imgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Incoherent Images

A small web app powered by microservices written in Go that will ultimately allow you to upload or reference an image and get back some crazy manipulated version of it.

To run:

Make the bash script an executable

$ chmod +x microservicesUp.bash

And then run it

$ microservicesUp.bash

PS: This is really just for me to learn more about building microservices and writing Go 😅