{"id":20003203,"url":"https://github.com/mbrsagor/flaskrestapi","last_synced_at":"2026-04-13T21:32:19.260Z","repository":{"id":111135482,"uuid":"325306254","full_name":"mbrsagor/flaskRestapi","owner":"mbrsagor","description":"Python micro web framework Flask which develops restful APIs services basically CRUD operations.","archived":false,"fork":false,"pushed_at":"2024-12-29T17:15:20.000Z","size":250,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T13:25:19.234Z","etag":null,"topics":["flask","python","rest-api"],"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/mbrsagor.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":"2020-12-29T14:21:56.000Z","updated_at":"2024-12-29T17:15:23.000Z","dependencies_parsed_at":"2024-11-04T05:23:42.133Z","dependency_job_id":"970d1083-aa8d-4591-a84f-f9257728e0ef","html_url":"https://github.com/mbrsagor/flaskRestapi","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/mbrsagor%2FflaskRestapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FflaskRestapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FflaskRestapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FflaskRestapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/flaskRestapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241441853,"owners_count":19963492,"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","python","rest-api"],"created_at":"2024-11-13T05:24:36.684Z","updated_at":"2026-04-13T21:32:14.221Z","avatar_url":"https://github.com/mbrsagor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Rest API\n\n\u003e Flask restful API project.\n\n###### Instructions\n- Python3.8\n- Flask\n- postgresql\n\nOpen your bash or terminal or ZSH then follow the instruction for ru the project in your local development server or somewhere else.\nHere, the following setup for Mac I think linux should be same.\n\n```\ngit clone https://github.com/mbrsagor/flaskRestapi.git\ncd flaskRestapi\nvirtualenv venv --python=python3.8\nsource venv/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\n##### Migrate sqlite.db\n\n```pip install Flask-SQLAchemy ```\n\n```python\nfrom models import db\ndb.create_all()\n```\n##### Set environment variables in terminal\n```bash\nexport FLASK_APP=app.py\nexport FLASK_ENV=development\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fflaskrestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fflaskrestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fflaskrestapi/lists"}