🌸 Anime Image Updater - Documentation🌸

πŸ“– Overview

The Anime Image Updater is a Flask-powered application that dynamically updates an anime image at regular intervals. It prevents aggressive caching and ensures that a fresh anime girl image is always displayed. This app is designed for deployment on Vercel, making it easy to serve updated images without manual refreshes.

πŸš€ Features

πŸ›  Installation

To run the app locally, follow these steps:

1️⃣ Clone the Repository

            
                git clone https://github.com/rakinplaban/photo-store-repo.git
                cd photo-store-repo
            
        

2️⃣ Install Dependencies

Ensure you have Python 3 installed. Then install required dependencies:
pip install -r requirements.txt

3️⃣ Run the Flask App

python app.py
The server should now be running at:
http://127.0.0.1:5000/

🌍 API Endpoints

πŸ–ΌοΈ Get Updated Anime Image

Endpoint:
GET /anime-image
Description: Returns the latest anime image with cache-busting enabled.
Example Usage:
<img src="http://127.0.0.1:5000/anime-image?t=123456" alt="Anime Image">

πŸš€ Deployment on Vercel

Deploy the app on Vercel for free:

1️⃣ Install Vercel CLI

npm install -g vercel

2️⃣ Initialize Vercel

vercel init
Follow the prompts to set up your project.

3️⃣ Deploy πŸš€

vercel --prod
Your app will be live at
https://your-vercel-app.vercel.app/anime-image.

πŸ…°οΈ Wanna some anime magic πŸ’«

Add this markdown snippet
πŸ‘‰πŸΌ ![AnimeGirls](https://animemagic.vercel.app/anime-image?t=123456)
or this one
πŸ‘‰πŸΌ <img src="https://animemagic.vercel.app/anime-image?t=123456" alt="Anime" height="" width="">
and your README is ready to go with anime fun.

πŸ’– Support & Contribution

If you love this project, consider:

πŸ“œ License

This project is licensed under the MIT License. Feel free to use it, but don't forget to give credit! 😊