{"id":25442321,"url":"https://github.com/arvind-4/fire-fast","last_synced_at":"2026-04-29T23:31:54.524Z","repository":{"id":119414752,"uuid":"472867027","full_name":"arvind-4/fire-fast","owner":"arvind-4","description":"A Simple CRUD FastAPI Server with Firebase Database, And Firebase Storage.","archived":false,"fork":false,"pushed_at":"2022-03-29T17:47:23.000Z","size":1269,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T19:11:28.708Z","etag":null,"topics":["encryption","encryption-decryption","fastapi","firebase","firebase-database","firebase-realtime-database","firebase-storage","jupyter-notebook","python","uvicorn"],"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/arvind-4.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,"zenodo":null}},"created_at":"2022-03-22T17:26:28.000Z","updated_at":"2022-04-09T11:01:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"eda92185-18fe-4e20-ba20-51c2a6d6389b","html_url":"https://github.com/arvind-4/fire-fast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arvind-4/fire-fast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ffire-fast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ffire-fast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ffire-fast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ffire-fast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arvind-4","download_url":"https://codeload.github.com/arvind-4/fire-fast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arvind-4%2Ffire-fast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["encryption","encryption-decryption","fastapi","firebase","firebase-database","firebase-realtime-database","firebase-storage","jupyter-notebook","python","uvicorn"],"created_at":"2025-02-17T13:18:05.616Z","updated_at":"2026-04-29T23:31:54.518Z","avatar_url":"https://github.com/arvind-4.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fast Fire \n\nA Simple Python web Server which performs basic CRUD Operation using FastAPI and Firebase.  \n\n### Get the Code\n\n#### Clone Repository \n\n```\n$ mkdir fast-fire\n$ cd fast-fire\n$ git clone https://github.com/Arvind-4/fire-fast.git .\n```\n- Create Virtual Environment for Python\n\n```\n$ pip install virtualenv\n$ python -m venv .\n```\n\n- Activate Virtual Environment\n\n```\n$ source bin/activate\n```\n\n- Install Dependencies\n\n```\n$ pip install -r requirements.txt\n```\n\n\n\n- Run Server \n```\n$ uvicorn app.main:app --reload\n```\nto run it offline, Copy the Secret.json file from Firebase Console to ignored.\n\n```\n$ ls\n\n\tapp\n\timages\n\tLICENSE\n\tpoetry.lock     \n\tpyvenv.cfg\n\tbin  \n\tignored  \n\tlib     \n\tnotebooks  \n\tpyproject.toml  \n\trequirements.txt\n```\n```\n$ cd ignored\n$ ls\n\tsecret.json\n```\n\nfor the working of Image Upload,\n\n```\n# in app/main.py\n\n@app.get(\"/\")\n\nasync def home():\n\n# file_upload() \u003c- Comment this out\n\nreturn {\"message\": \"Hello World\"}```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvind-4%2Ffire-fast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farvind-4%2Ffire-fast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farvind-4%2Ffire-fast/lists"}