Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 703 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 703 Bytes

Flask-Number-Application

Basic containerized flask application to calculate odd, even, and prime numbers up to N. Primes up to N may be calculated up to 25,000,000 currently.

Utilized Seive of Eratosthenes:

Arguements:

http:[FLASK IP ADDRESS]/[PORT]/arguement/option Arguement:

  • Arguements should be numbers 0<N<25,000,000. Options: -even,odd,prime

Dependencies:

  • Flask (Any version)
  • Python (3.x or higher)
  • Docker (Most recent)

How to run the application locally:

  • python numbersmart.py