Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 709 Bytes

File metadata and controls

14 lines (11 loc) · 709 Bytes

python-flask-app-with-numbersAPI

This is a web application, developed using Flask and NumbersAPI which allows users to enter a number and receive a fun fact related to the number. A Dockerfile is also included, which allows for the creation of a Docker image, facilitating ease of deployment and distribution.

image

How to run:

After cloning repository, create a virutal environment to install flask and requests package

  • Run: pip install flask
  • Run: pip install requests
  • Run: python main.py

Alternatively,

  • Use the docker image: irezden/numberapi:v2
  • Port: 5000