This project contains a simple web server that displays a list of numbers from 1 to 10 in a table format.
- Python 3.x
- Flask
-
Clone the repository:
git clone https://github.com/ivan-burazin/devintest.git cd devintest -
Install the required packages:
pip install flask
-
Run the server:
python3 app.py
-
Open your web browser and go to
http://127.0.0.1:5000to see the list of numbers displayed in a table format.
To stop the server, press CTRL+C in the terminal where the server is running.