Skip to content

Nikhil1920/sample-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a simple flask app that can show server resource usage and calculate fibonacci numbers.

You can use the fibonacci numbers calculator by sending a GET request to the following url:

/fibonacci

followed by a query parameter with the number you want to calculate.

You can use the fibonacci calculator to generate load on the server by giving it a large number as a query parameter.

Docker

To build the image: docker build . -t <give-tag-name> .

To run the docker container: docker run -d -p 8080:8080 <image-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published