Code Monkey home page Code Monkey logo

get-string's Introduction

Example code to run a flask application with gunicorn and docker

  • This code contains 2 example application written using flask
  • One application connectes with other application and return the reverse string
  • Nginx will be running in port 80 and pointing to 2nd app reverse_app
  • Now reverse_app will communicate with main_app and then reverse the string and send it back to requestor

Requirements to be installed

Docker Docker-compose

Run all 3 containers using the following command

sudo ./run_docker.sh (This will use docker compose file and run all togather)

Test the request

curl http://localhost/v1/api/reverse

or

curl http://$IP/v1/api/reverse

Output: {"id":"1","message":"dlroW olleH"}

Steps to Host it in Kubernities / Minikube

kubectl create -f .

added new tag

commit 1 commit 2

get-string's People

Contributors

naggappan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.