Skip to content

ivan-burazin/devintest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server to Display Numbers

This project contains a simple web server that displays a list of numbers from 1 to 10 in a table format.

Requirements

  • Python 3.x
  • Flask

Installation

  1. Clone the repository:

    git clone https://github.com/ivan-burazin/devintest.git
    cd devintest
  2. Install the required packages:

    pip install flask

Running the Server

  1. Run the server:

    python3 app.py
  2. Open your web browser and go to http://127.0.0.1:5000 to see the list of numbers displayed in a table format.

Stopping the Server

To stop the server, press CTRL+C in the terminal where the server is running.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors