Flask_REST_API Setup And Installation git clone <repo-url> Setup Python Virtual Env python3 -m venv venv source venv/bin/activate pip install -r requirements.txt Update Packages pip install pip -U pip install setuptools -U pip install pylint Running The App python main.py Viewing The App Go to http://127.0.0.1:5000