{"id":21260409,"url":"https://github.com/tanmayvaij/flask-redis-app","last_synced_at":"2026-04-12T03:35:26.552Z","repository":{"id":232534813,"uuid":"784571623","full_name":"tanmayvaij/flask-redis-app","owner":"tanmayvaij","description":"This repo demonstrates how to build a simple Flask application integrated with Redis, using Docker to containerize the entire setup. The project helps you understand how Flask interacts with Redis for caching and session management in a fully isolated development environment","archived":false,"fork":false,"pushed_at":"2024-09-22T11:27:30.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T19:09:24.301Z","etag":null,"topics":["docker","docker-compose","docker-container","docker-image","dockerfile","flask","flask-server","redis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanmayvaij.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-10T05:41:43.000Z","updated_at":"2024-09-22T11:30:40.000Z","dependencies_parsed_at":"2024-07-28T18:29:16.605Z","dependency_job_id":"76adc99d-74db-479a-a554-9ca631db84f2","html_url":"https://github.com/tanmayvaij/flask-redis-app","commit_stats":null,"previous_names":["tanmayvaij/docker-files"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanmayvaij/flask-redis-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fflask-redis-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fflask-redis-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fflask-redis-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fflask-redis-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanmayvaij","download_url":"https://codeload.github.com/tanmayvaij/flask-redis-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Fflask-redis-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31703501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-container","docker-image","dockerfile","flask","flask-server","redis"],"created_at":"2024-11-21T04:18:41.636Z","updated_at":"2026-04-12T03:35:26.511Z","avatar_url":"https://github.com/tanmayvaij.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Redis Docker App\r\n\r\nThis repository is created for **learning** and **proof-of-concept (POC)** purposes. It demonstrates how to build a simple Flask application integrated with Redis, using Docker to containerize the entire setup. The project helps you understand how Flask interacts with Redis for caching and session management in a fully isolated development environment.\r\n\r\n## Features\r\n\r\n- **Flask Framework**: A minimalistic web framework for building applications.\r\n- **Redis Integration**: In-memory data storage used for caching and session management.\r\n- **Dockerized Setup**: Simplifies development by containerizing both Flask and Redis services.\r\n\r\n## Prerequisites\r\n\r\nMake sure you have the following installed:\r\n\r\n- [Docker](https://docs.docker.com/get-docker/)\r\n- [Docker Compose](https://docs.docker.com/compose/install/)\r\n\r\n## Setup Instructions\r\n\r\n### 1. Clone the Repository\r\nClone this repository to your local machine:\r\n```bash\r\ngit clone https://github.com/tanmayvaij/flask-redis-app.git\r\ncd flask-redis-app\r\n```\r\n\r\n### 2. Build and Start the Containers\r\nUse Docker Compose to build and launch the containers:\r\n```bash\r\ndocker-compose up --build\r\n```\r\n\r\n### 3. Access the Application\r\nOnce the containers are running, the Flask app will be available at `http://localhost:5000`.\r\n\r\n### Stopping the Application\r\n\r\nTo stop the containers, press `Ctrl + C` or run:\r\n```bash\r\ndocker-compose down\r\n```\r\n\r\n## Learning Resources\r\n\r\n- [Flask Documentation](https://flask.palletsprojects.com/)\r\n- [Redis Documentation](https://redis.io/)\r\n- [Docker Documentation](https://docs.docker.com/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Fflask-redis-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmayvaij%2Fflask-redis-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Fflask-redis-app/lists"}