Skip to content

Repo regarding my implementation of my TCC (Thesis) for the Graduate Diploma in Software Engineering - Universidade Federal de Minas Gerais - UFMG

Notifications You must be signed in to change notification settings

andrealmar/tcc-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices with Python and Flask

Clone the repo:

git clone https://github.com/andrealmar/tcc-microservices.git

Enter the directory:

cd tcc-microservices

If you are running for the 1st time you need to build the container:

docker-compose up --build

After that, the container will be up and running and you can start making microservice calls via browser or using curl:

ADD: http://localhost:5000/add?a=1&b=5 | Ex. 1 + 5 = 6
SUBTRACT: http://localhost:5000/subtract?a=1&b=5 | Ex. 1 - 5 = -4
MULTIPLY: http://localhost:5000/multiply?a=2&b=5 | Ex. 2 * 5 = 10
DIVIDE: http://localhost:5000/divide?a=10&b=2 | Ex. 10 / 2 = 5

About

Repo regarding my implementation of my TCC (Thesis) for the Graduate Diploma in Software Engineering - Universidade Federal de Minas Gerais - UFMG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published