{"id":20670987,"url":"https://github.com/shuklaritvik06/flask_imp","last_synced_at":"2026-05-05T18:36:32.280Z","repository":{"id":114241347,"uuid":"563847242","full_name":"shuklaritvik06/flask_imp","owner":"shuklaritvik06","description":"Flask Important Stuff","archived":false,"fork":false,"pushed_at":"2024-04-02T18:39:42.000Z","size":260,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-28T17:39:31.601Z","etag":null,"topics":["flask","graphql","python","wtforms"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shuklaritvik06.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-11-09T13:16:44.000Z","updated_at":"2024-04-01T22:07:16.000Z","dependencies_parsed_at":"2024-04-07T01:53:35.632Z","dependency_job_id":null,"html_url":"https://github.com/shuklaritvik06/flask_imp","commit_stats":null,"previous_names":["shuklaritvik06/flask_imp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shuklaritvik06/flask_imp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuklaritvik06%2Fflask_imp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuklaritvik06%2Fflask_imp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuklaritvik06%2Fflask_imp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuklaritvik06%2Fflask_imp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuklaritvik06","download_url":"https://codeload.github.com/shuklaritvik06/flask_imp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuklaritvik06%2Fflask_imp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32663422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["flask","graphql","python","wtforms"],"created_at":"2024-11-16T20:24:28.447Z","updated_at":"2026-05-05T18:36:32.261Z","avatar_url":"https://github.com/shuklaritvik06.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Projects\n\n![banner](https://github.com/shuklaritvik06/FlaskProjects/assets/72812470/5422174d-f718-45a8-95df-b32d976667b8)\n\nWelcome to the Flask Projects repository.\n\n## Application Context\n\nApplication context is an application-level context in Flask that represents the state and configurations of the Flask application. It holds information such as configuration settings, registered blueprints, and extensions. The application context is created when the Flask application starts running and is destroyed when the application stops.\n\nIn Flask, you can access the application context using the `current_app` proxy or by using the `app_context()` method.\n\n```python\nfrom flask import current_app\n\ncurrent_app.config['DEBUG'] = True\n\nwith app.app_context():\n    pass\n```\n\n## Request Context\n\nRequest context is a request-level context in Flask that represents the state of an individual request made to the Flask application. It contains information about the current request such as request headers, request method, request data, and request parameters. Flask automatically creates and manages request contexts for each incoming request.\n\nIn Flask, you can access the request context using the `request` proxy.\n\n```python\nfrom flask import request\n\nrequest.method  \nrequest.args    \nrequest.form    \nrequest.headers \n```\n\n## Projects\n\n- [x] Basic Authentication\n- [x] CRUD MONGO\n- [x] CRUD SQLite\n- [x] JWT Authentication\n- [x] Relationships in Database\n- [x] WTForms\n- [x] OAuth Authentication\n- [x] File Upload\n- [x] Graphql\n- [x] Websocket\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuklaritvik06%2Fflask_imp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuklaritvik06%2Fflask_imp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuklaritvik06%2Fflask_imp/lists"}