Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci number calculation RESTfull backend

This Python sample application uses the Flask framework.

This version of the application can be packaged and deployed as a Docker container.

  1. To build the container run (from the directory containing dockerfile):

     sudo docker build -t dg-fibonacci-be .        
    
  2. To run the container run:

     sudo docker run -p 5000:5000 -d --name dg-fibonacci-be dg-fibonacci-be
    
  3. To access the API:

     http://<app-ip>:5000/api/fibonacci/<num>
    

About

Fibonacci number calculation RESTfull backend

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages