This flask-mini project demonstrates working with caching functionality using flask-caching extension in Python.
Before you can run this Flask application, make sure you have the following prerequisites installed on your system:
Follow these steps to set up the project locally:
git clone https://github.com/anuraagnagar/flask-cache-app.gitcd flask-cache-appOn Windows
python -m venv venvvenv\Scripts\activateOn Mac/Linux
python3 -m venv venvsource venv/bin/activatepip install -r requirements.txtpython app.pyOpen a web browser in your machine and navigating to http://127.0.0.0:5000.