{"id":19167845,"url":"https://github.com/wmramadan/flask-api-boilerplate","last_synced_at":"2025-10-17T01:59:33.158Z","repository":{"id":123992426,"uuid":"575104308","full_name":"WMRamadan/flask-api-boilerplate","owner":"WMRamadan","description":"A Simple Flask REST API pre-configured with Flask-SQLAlchemy, Serializer, and Logging. This will get you up and running quickly.","archived":false,"fork":false,"pushed_at":"2022-12-19T22:42:57.000Z","size":23,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T23:31:54.913Z","etag":null,"topics":["api","boilerplate","flask","flask-api","flask-rest-api","flask-restful","flask-sqlalchemy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WMRamadan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["wmramadan"]}},"created_at":"2022-12-06T19:08:17.000Z","updated_at":"2024-02-11T19:03:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa6be41b-a3de-45f8-9ec0-9196bd07b04b","html_url":"https://github.com/WMRamadan/flask-api-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMRamadan%2Fflask-api-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMRamadan%2Fflask-api-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMRamadan%2Fflask-api-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WMRamadan%2Fflask-api-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WMRamadan","download_url":"https://codeload.github.com/WMRamadan/flask-api-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252889338,"owners_count":21820161,"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":["api","boilerplate","flask","flask-api","flask-rest-api","flask-restful","flask-sqlalchemy","python"],"created_at":"2024-11-09T09:39:36.825Z","updated_at":"2025-10-17T01:59:28.129Z","avatar_url":"https://github.com/WMRamadan.png","language":"Python","funding_links":["https://github.com/sponsors/wmramadan"],"categories":[],"sub_categories":[],"readme":"# Flask API Boilerplate\nFlask REST API pre-configured with Flask-SQLAlchemy, Flask-Serializer \u0026 Logging. This will get you up and running with CRUD operations quickly. Use this starter, boilerplate for all your new Flask projects.\n\n## Requirements\n- Python 3\n- python3-virtualenv\n- python3-pip\n\n## Quick Start\n1. Clone the repo\n    ```bash\n    git clone https://github.com/WMRamadan/flask-api-biolerplate\n    cd flask-api-boilerplate\n    ```\n\n2. Initialize and activate a virtual environment:\n    ```bash\n    virtualenv env\n    source env/bin/activate\n    ```\n\n3. Install dependencies:\n    ```bash\n    pip3 install -r requirements.txt\n    ```\n\n4. Run the development server:\n    ```bash\n    python3 app.py\n    ```\n\n5. View the api at http://localhost:5000\n\n## Performing CRUD Operations\n\nCreate Note:\n```bash\ncurl -X POST http://localhost:5000/notes -H 'Content-Type: application/json' -d '{\"note\": \"This is a note\"}'\n```\n\nGet all Notes:\n```bash\ncurl -X GET http://localhost:5000/notes\n```\n\nGet Note by ID:\n```bash\ncurl -X GET http://localhost:5000/note/\u003cnote_id\u003e\n```\n\nDelete Note by ID:\n```bash\ncurl -X DELETE http://localhost:5000/note/\u003cnote_id\u003e\n```\n\nUpdate Note by ID:\n```bash\ncurl -X PUT http://localhost:5000/note/\u003cnote_id\u003e -d '{\"note\": \"This is an updated note\"}'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmramadan%2Fflask-api-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmramadan%2Fflask-api-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmramadan%2Fflask-api-boilerplate/lists"}