{"id":27226101,"url":"https://github.com/ambilisunil/flask_start","last_synced_at":"2026-05-03T21:35:07.631Z","repository":{"id":285802228,"uuid":"959391315","full_name":"ambilisunil/flask_start","owner":"ambilisunil","description":"This project is a simple Task Manager application built using Flask and MongoDB. It demonstrates how to structure a Flask application with Blueprints, handle CRUD (Create, Read, Delete) operations, and integrate a NoSQL database.  Key Features: Flask Blueprints: Modular route handling (home.py, user.py).","archived":false,"fork":false,"pushed_at":"2025-04-02T18:11:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T15:19:12.392Z","etag":null,"topics":["api","flask","flask-blueprints","html","mongodb","pongo","python","todo"],"latest_commit_sha":null,"homepage":"","language":null,"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/ambilisunil.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-04-02T18:01:31.000Z","updated_at":"2025-04-02T18:20:16.000Z","dependencies_parsed_at":"2025-04-02T19:35:00.814Z","dependency_job_id":null,"html_url":"https://github.com/ambilisunil/flask_start","commit_stats":null,"previous_names":["ambilisunil/flask_start"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ambilisunil/flask_start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambilisunil%2Fflask_start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambilisunil%2Fflask_start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambilisunil%2Fflask_start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambilisunil%2Fflask_start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ambilisunil","download_url":"https://codeload.github.com/ambilisunil/flask_start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ambilisunil%2Fflask_start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","flask","flask-blueprints","html","mongodb","pongo","python","todo"],"created_at":"2025-04-10T11:47:04.860Z","updated_at":"2026-05-03T21:35:07.609Z","avatar_url":"https://github.com/ambilisunil.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# README.md\n\n\nExplanation of Files\n\n### **1️⃣ `server.py` (Simple Flask App)**\nA single-file Flask application demonstrating basic routes and form handling.\n\n### **2️⃣ `app.py` (Flask App with Blueprint Routing)**\n- Uses **Blueprints** to modularize routes.\n- Registers `home.py` and `user.py`.\n- Runs on `http://127.0.0.1:5000/`\n\n### **3️⃣ `todoapp.py` (MongoDB Integrated Todo App)**\n- Uses **MongoDB** to store and manage tasks.\n- Implements **CRUD operations** (Add, View, Delete tasks).\n- Uses `todo.html` as the frontend template.\n\n Flask MongoDB Todo App\n\nThis repository contains a simple Flask-based Task Manager application with MongoDB integration.\nThe project demonstrates how to structure a Flask app with modular routes, use MongoDB as a database, and create basic CRUD functionalities.\n\n---\n\n## 🎯 API Routes\n| Route               | Method  | Description |\n|---------------------|---------|-------------|\n| `/`                 | GET     | Home Page |\n| `/user/\u003cname\u003e`      | GET     | Displays user profile |\n| `/form`            | GET/POST | Handles form input |\n| `/api/data`        | GET     | Returns sample API response |\n| `/add`             | POST    | Adds a task to MongoDB |\n| `/delete/\u003ctask_id\u003e` | GET     | Deletes a task from MongoDB |\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambilisunil%2Fflask_start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambilisunil%2Fflask_start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambilisunil%2Fflask_start/lists"}