Project-Backend

Flask Script with two endpoints to print Hello, World and Hello (Name) on website

Requirements

flask
pylint
Flask-Testing

Make virtualenv

python3 -m venv venv

activation on MacOs/Linux: source venv/bin/activate
activation on Windows: venv\Scripts\activate

Install Requirements

pip install -r requirements.txt

To run app

python3 app.py

Go to the website 127.0.0.1:5000 to show enpoint "/"

To show endpoint "/hello" go to 127.0.0.1:5000/hello