Skip to content

This is a web application built using Flask and NumbersAPI, with a CI/CD workflow that automatically builds a Docker image whenever code changes are made to the repository.

Notifications You must be signed in to change notification settings

IrezD/python-flask-app-with-numbersAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a web application built using Flask and NumbersAPI, with a CI/CD workflow that automatically builds a Docker image whenever code changes are made to the repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published