{"id":21024599,"url":"https://github.com/krishnalagad/restapi-with-fastapi","last_synced_at":"2025-12-29T10:34:12.737Z","repository":{"id":189211205,"uuid":"680221880","full_name":"krishnalagad/restapi-with-FastAPI","owner":"krishnalagad","description":"FastAPI is a modern, fast (high-performance), web framework for building APIs with Python. In this repository I've created API's for MongoDB CRUD operation using FastAPI.","archived":false,"fork":false,"pushed_at":"2023-08-30T10:32:25.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T13:44:55.382Z","etag":null,"topics":["fastapi-sqlalchemy","hashing-algorithm","jwt-authentication","sqlite-database"],"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/krishnalagad.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":"2023-08-18T16:34:04.000Z","updated_at":"2024-03-31T10:45:32.000Z","dependencies_parsed_at":"2024-11-19T11:57:31.190Z","dependency_job_id":null,"html_url":"https://github.com/krishnalagad/restapi-with-FastAPI","commit_stats":null,"previous_names":["krishnalagad/restapi-with-fastapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishnalagad%2Frestapi-with-FastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishnalagad%2Frestapi-with-FastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishnalagad%2Frestapi-with-FastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krishnalagad%2Frestapi-with-FastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krishnalagad","download_url":"https://codeload.github.com/krishnalagad/restapi-with-FastAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243456650,"owners_count":20293907,"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":["fastapi-sqlalchemy","hashing-algorithm","jwt-authentication","sqlite-database"],"created_at":"2024-11-19T11:27:45.833Z","updated_at":"2025-12-29T10:34:12.675Z","avatar_url":"https://github.com/krishnalagad.png","language":"Python","readme":"# restapi-with-FastAPI\n\n#### FastAPI is a modern, fast (high-performance), web framework for building APIs with Python. In this repository I've created API's for SQLite database CRUD operation using FastAPI. \n#### I have used SQLAlchemy ORM to deal with database tables. Project contains usage of Http Responses according to their Http request type.\n\n## Steps to start with FastAPI.\n#### 1. Install Virtuale Environment\n```\npip install virtualenv\n```\n\n#### 2. Create Virtual Environment for project.\n##### Locate the directory of your project in your terminal and below mentioned command.\n```\nvirtualenv venv\n```\n\n#### 3. Activate virtual environment\n```\nFor Windows:  1) cd venv/scripts\n              2) activate\n              \nFor Linux:    source venv/bin/activate\n```\n\n#### 4. Install required packages.\n```\ncd ..\npip install -r requirements.txt\n```\n\n#### 5. Create main python file. e.g. index.py, main.py etc\n\n#### 6. Run the app\n```\nuvicorn index:app --reload\n```\n\n#### 7. To deactivate virtual environment use this command:\n```\ndeactivate\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnalagad%2Frestapi-with-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrishnalagad%2Frestapi-with-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrishnalagad%2Frestapi-with-fastapi/lists"}