{"id":20003259,"url":"https://github.com/mbrsagor/flask-curd-app","last_synced_at":"2026-05-18T06:37:45.488Z","repository":{"id":111135450,"uuid":"353656848","full_name":"mbrsagor/flask-curd-app","owner":"mbrsagor","description":"The project in a flask curd app and restful API","archived":false,"fork":false,"pushed_at":"2021-05-19T16:18:15.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T05:47:37.531Z","etag":null,"topics":["api","flask","flask-api","flask-apis","flask-restful","flask-sqlalchemy","python-3"],"latest_commit_sha":null,"homepage":"","language":"HTML","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":"2021-04-01T10:09:58.000Z","updated_at":"2021-05-19T16:18:18.000Z","dependencies_parsed_at":"2023-06-02T21:00:19.894Z","dependency_job_id":null,"html_url":"https://github.com/mbrsagor/flask-curd-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbrsagor/flask-curd-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fflask-curd-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fflask-curd-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fflask-curd-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fflask-curd-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/flask-curd-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2Fflask-curd-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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-api","flask-apis","flask-restful","flask-sqlalchemy","python-3"],"created_at":"2024-11-13T05:24:50.017Z","updated_at":"2026-05-18T06:37:45.425Z","avatar_url":"https://github.com/mbrsagor.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-curd-app\n\u003e The following steps will walk you thru installation on a Mac. Linux should be similar. It's also possible to develop on a Windows machine, but I have not documented the steps. If you've developed the Flask apps on Windows, you should have little problem getting up and running.\n\n##### Prerequisites\n- At lest Python clear concept.\n- Frontend like HTML5, CSS3, Bootstrap.\n- Basic Database\n\n#### Install project on your local development server.\n1st make sure in your system install python3.8 and virtualenv. Then open your terminal and please follow the instructions.\n\n```base\ngit clone https://github.com/mbrsagor/flask-curd-app.git\ncd flask-crud-app\nvirtualenv venv --python=python3.8\nsource venv/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\n### Migarte `sqlite.db` \nActive your virtualenv then open shell after that, follow the commands\n\n```python\nfrom models import db\ndb.create_all()\n```\n\n### Set environment variables in terminal\n\n```bash\nexport FLASK_APP=app.py\nexport FLASK_ENV=development\n```\n\n###### Run the app\n```base\nflask run\n```\n\n### Install SQL db\n```base\npip install Flask-SQLAchemy \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fflask-curd-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fflask-curd-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fflask-curd-app/lists"}