Dragos IT Academy

Setup

To set up the Flask application, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/k1lgor/flask.git
  1. Change into the flask directory:
cd flask
  1. Create a virtual environment and install the required dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

This will create a virtual environment and install all the necessary dependencies specified in the requirements.txt file.

  1. Start the Flask application:
flask run

The application will be accessible at http://localhost:5000 in your web browser.

Plamen Ivanov
Plamen Ivanov
Junior DevOps Engineer

Python & Bash Automation Ninja | Gopher Rookie on the Rise