Skip to content

Another implementation of calculator API using python's tornado framework

License

Notifications You must be signed in to change notification settings

cserpell/calculator-api-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator-api-challenge

Another implementation of calculator API using python's tornado framework.

Este pequeño servidor es de las respuestas enviadas al calculator API challenge organizado en el meetup de python de Viña del Mar.

How to run

Está ideado para correr como una imagen docker. Para crear la imagen:

docker build -t calculator-api-challenge .

Para ejecutar la imagen, permitiendo llamadas al puerto en localhost:

docker run -p 8888:8888 calculator-api-challenge

About

Another implementation of calculator API using python's tornado framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages