{"id":18604479,"url":"https://github.com/amanmandal-m/flask-simple-crud","last_synced_at":"2026-04-30T07:37:13.055Z","repository":{"id":178436929,"uuid":"661417470","full_name":"Amanmandal-M/Flask-Simple-CRUD","owner":"Amanmandal-M","description":"This Repository contains a basic crud operations using python (flask).","archived":false,"fork":false,"pushed_at":"2023-07-09T09:28:44.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T19:04:12.516Z","etag":null,"topics":["flask","os","python","render","requirements"],"latest_commit_sha":null,"homepage":"https://first-backend-python-flask.onrender.com/","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/Amanmandal-M.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":"2023-07-02T19:23:00.000Z","updated_at":"2023-07-18T09:34:30.000Z","dependencies_parsed_at":"2024-03-17T06:03:53.875Z","dependency_job_id":null,"html_url":"https://github.com/Amanmandal-M/Flask-Simple-CRUD","commit_stats":null,"previous_names":["amanmandal-m/python_flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Amanmandal-M/Flask-Simple-CRUD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FFlask-Simple-CRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FFlask-Simple-CRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FFlask-Simple-CRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FFlask-Simple-CRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amanmandal-M","download_url":"https://codeload.github.com/Amanmandal-M/Flask-Simple-CRUD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amanmandal-M%2FFlask-Simple-CRUD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261348267,"owners_count":23145304,"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":["flask","os","python","render","requirements"],"created_at":"2024-11-07T02:17:54.672Z","updated_at":"2026-04-30T07:37:13.048Z","avatar_url":"https://github.com/Amanmandal-M.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFlask CRUD Operations Backend\u003c/h1\u003e\n\n\u003cbr\u003e\n\nThis is a simple backend application implemented using Flask, a Python web framework. The application provides basic CRUD (Create, Read, Update, Delete) operations for managing data.\n\n\u003cbr\u003e\n\n## Features\n\n- **Create**: Add new items to the database or locally.\n- **Read**: Retrieve data from the database or locally.\n- **Update**: Modify existing data in the database or locally.\n- **Delete**: Remove data from the database or locally.\n\n\u003cbr\u003e\n\n## Technologies Used\n\n- Python\n- Flask\n\n\u003cbr\u003e\n\n## Getting Started\n\n\u003cbr\u003e\n\n### Prerequisites\n\n- Python 3.11.4\n- Flask 2.0.1\n\n\u003cbr\u003e\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Amanmandal-M/Python_Flask.git\n\n\n2. Install the required dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n\n\u003cbr\u003e\n\n## Configuration\n\n\u003cbr\u003e\n\n### Usage\n\n1. Start the Flask application:\n\n    ```bash\n    python app.py\n\n2. Access the API endpoints using a REST client or tools like Postman:\n   \n   - Create: Send a POST request to `/create` with the item data in the request body.\n   \n   - Read: Send a GET request to `/` , `/read` to retrieve all items or `/greet/\u003cusername\u003e` , `/farewell/\u003cusername\u003e` to retrieve a specific item.\n   \n   - Update: Send a PUT request to `/update/\u003cint:id\u003e` with the updated item data in the request body.\n   \n   - Delete: Send a DELETE request to `/delete/\u003cint:id\u003e` to remove an item from the database or locally database.\n\n\u003cbr\u003e\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n - Fork the repository.\n - Create a new branch for your feature or bug fix.\n - Make the necessary changes and commit them.\n - Push your changes to your forked repository.\n - Submit a pull request explaining the changes you've made\n\n\u003cbr\u003e\n\n## Contact\n\nFor any inquiries or questions, please contact:\n\nAman Kumar - amanmandal644@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmandal-m%2Fflask-simple-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanmandal-m%2Fflask-simple-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmandal-m%2Fflask-simple-crud/lists"}