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.git
cd flask-cache-app
On Windows
python -m venv venv
venv\Scripts\activate
On Mac/Linux
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
Open a web browser in your machine and navigating to http://127.0.0.0:5000.