{"id":27644692,"url":"https://github.com/vickypandey14/learning-flask","last_synced_at":"2026-05-18T06:37:13.684Z","repository":{"id":289133906,"uuid":"970204629","full_name":"vickypandey14/learning-flask","owner":"vickypandey14","description":"A repository to document my journey of learning Flask — a lightweight and powerful Python web framework. This repo includes hands-on projects, code snippets, and notes to help reinforce core concepts and build real-world web applications using Flask.","archived":false,"fork":false,"pushed_at":"2025-06-01T08:02:31.000Z","size":15104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T17:51:02.297Z","etag":null,"topics":["flask","flask-application","python","python-framework"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/vickypandey14.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,"zenodo":null}},"created_at":"2025-04-21T16:40:40.000Z","updated_at":"2025-06-01T08:02:35.000Z","dependencies_parsed_at":"2025-06-01T08:51:38.319Z","dependency_job_id":null,"html_url":"https://github.com/vickypandey14/learning-flask","commit_stats":null,"previous_names":["vickypandey14/learning-flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vickypandey14/learning-flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Flearning-flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Flearning-flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Flearning-flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Flearning-flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vickypandey14","download_url":"https://codeload.github.com/vickypandey14/learning-flask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vickypandey14%2Flearning-flask/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269713883,"owners_count":24463244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["flask","flask-application","python","python-framework"],"created_at":"2025-04-24T00:58:29.714Z","updated_at":"2026-05-18T06:37:13.679Z","avatar_url":"https://github.com/vickypandey14.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learning Flask\n\nThis repository is a personal journey into learning and mastering the Flask framework. It includes beginner-friendly examples, hands-on projects, and useful notes to help reinforce core concepts of Flask web development.\n\n## Structure\n\n- `app.py` – Main application file with route definitions and logic.\n- `templates/` – HTML templates rendered using Jinja2.\n- `static/` – Static files like CSS, JS, and images.\n- `requirements.txt` – List of required Python packages.\n- `notes.txt` – Personal learning notes and observations.\n\n## Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/vickypandey14/learning-flask.git\n   cd learning-flask\n\n2. Create a virtual environment:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the app:\n\n   ```bash\n   python app.py\n   ```\n\n## Purpose\n\nThis repo is created to:\n\n* Learn Flask from scratch\n* Experiment with Flask projects\n* Build a foundation for more advanced Python web development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickypandey14%2Flearning-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvickypandey14%2Flearning-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvickypandey14%2Flearning-flask/lists"}