{"id":25483359,"url":"https://github.com/imankii01/flask","last_synced_at":"2025-11-07T04:30:36.255Z","repository":{"id":277593089,"uuid":"932914060","full_name":"imankii01/Flask","owner":"imankii01","description":"This repository is a structured guide to learning **Flask** for backend development. It covers fundamental concepts, best practices, and hands-on projects to build scalable web applications using Python.","archived":false,"fork":false,"pushed_at":"2025-02-14T20:16:00.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T20:19:56.253Z","etag":null,"topics":["apis","flask","flask-backend","learning","python","python-backend"],"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/imankii01.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":"2025-02-14T18:53:54.000Z","updated_at":"2025-02-14T20:16:03.000Z","dependencies_parsed_at":"2025-02-14T20:19:57.368Z","dependency_job_id":null,"html_url":"https://github.com/imankii01/Flask","commit_stats":null,"previous_names":["imankii01/flask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imankii01%2FFlask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imankii01%2FFlask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imankii01%2FFlask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imankii01%2FFlask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imankii01","download_url":"https://codeload.github.com/imankii01/Flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239517099,"owners_count":19652074,"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","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":["apis","flask","flask-backend","learning","python","python-backend"],"created_at":"2025-02-18T17:31:16.065Z","updated_at":"2025-11-07T04:30:36.226Z","avatar_url":"https://github.com/imankii01.png","language":"Python","readme":"# Flask Backend Learning Series 🚀\n\nThis repository is a structured guide to learning **Flask** for backend development. It covers fundamental concepts, best practices, and hands-on projects to build scalable web applications using Python.\n\n## 📌 What You'll Learn\n\n- Setting up a Flask project\n- Creating RESTful APIs with Flask\n- Using Blueprints for modular architecture\n- Connecting Flask with databases (SQLAlchemy)\n- User authentication \u0026 JWT-based security\n- Handling middleware, logging, and error handling\n- Deploying Flask applications\n\n## 🏗 Folder Structure\n\n```\n/flask-backend\n│── /app            # Main application\n│   ├── /routes     # API endpoints\n│   ├── /models     # Database models\n│   ├── /services   # Business logic\n│   ├── /utils      # Helper functions\n│── /tests          # Unit tests\n│── .env            # Environment variables\n│── requirements.txt # Dependencies\n│── run.py          # Entry point\n```\n\n## 🚀 Getting Started\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/imankii01/Falsk.git\n   cd Falsk\n   ```\n\n2. **Set Up Virtual Environment \u0026 Install Dependencies**\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # (Windows: venv\\Scripts\\activate)\n   pip install -r requirements.txt\n   ```\n\n3. **Run the Flask Server**\n   ```bash\n   python run.py\n   ```\n\n## 📖 Resources\n\n- [Flask Official Docs](https://flask.palletsprojects.com/)\n- [Flask SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com/)\n- [JWT Authentication](https://pyjwt.readthedocs.io/en/latest/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimankii01%2Fflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimankii01%2Fflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimankii01%2Fflask/lists"}