{"id":14065766,"url":"https://github.com/Sanjeev-Thiyagarajan/fastapi-course","last_synced_at":"2025-07-29T21:33:17.535Z","repository":{"id":37781415,"uuid":"396199683","full_name":"Sanjeev-Thiyagarajan/fastapi-course","owner":"Sanjeev-Thiyagarajan","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-09T21:50:01.000Z","size":148,"stargazers_count":865,"open_issues_count":31,"forks_count":450,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-08-13T07:09:38.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Sanjeev-Thiyagarajan.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-08-15T03:14:06.000Z","updated_at":"2024-08-13T07:09:50.737Z","dependencies_parsed_at":"2024-08-13T07:09:44.887Z","dependency_job_id":"fbbfb786-3e8d-4e5b-8b30-a0868440f4aa","html_url":"https://github.com/Sanjeev-Thiyagarajan/fastapi-course","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/Sanjeev-Thiyagarajan%2Ffastapi-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjeev-Thiyagarajan%2Ffastapi-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjeev-Thiyagarajan%2Ffastapi-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjeev-Thiyagarajan%2Ffastapi-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanjeev-Thiyagarajan","download_url":"https://codeload.github.com/Sanjeev-Thiyagarajan/fastapi-course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228052614,"owners_count":17862103,"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":[],"created_at":"2024-08-13T07:04:42.693Z","updated_at":"2024-12-04T05:30:53.729Z","avatar_url":"https://github.com/Sanjeev-Thiyagarajan.png","language":"Python","funding_links":[],"categories":["Tools","Python"],"sub_categories":["WebTools"],"readme":"# Backend clone  of social media app by using FastAPI\n\n#### This API  has 4 routes\n\n## 1) Post route\n\n#### This route is reponsible for creating post, deleting post, updating post and Checkinh post\n\n## 2) Users route\n\n#### This route is about creating users and searching user by id\n\n## 3) Auth route\n\n#### This route is about login system\n\n## 4) Vote route\n\n #### This route is about likes or vote system and this route contain code for upvote or back vote there is not logic about down vote\n\n# how to run locally\nFirst clone this repo by using following command\n````\n\ngit clone https://github.com/Sanjeev-Thiyagarajan/fastapi-course.git\n\n````\nthen \n````\n\ncd fastapi-course\n\n````\n\nThen install fastapp using all flag like \n\n````\n\npip install fastapi[all]\n\n````\n\nThen go this repo folder in your local computer run follwoing command\n````\n\nuvicorn main:app --reload\n\n````\n\nThen you can use following link to use the  API\n\n````\n\nhttp://127.0.0.1:8000/docs \n\n````\n\n## After run this API you need a database in postgres \nCreate a database in postgres then create a file name .env and write the following things in you file \n\n````\nDATABASE_HOSTNAME = localhost\nDATABASE_PORT = 5432\nDATABASE_PASSWORD = passward_that_you_set\nDATABASE_NAME = name_of_database\nDATABASE_USERNAME = User_name\nSECRET_KEY = 09d25e094faa2556c818166b7a99f6f0f4c3b88e8d3e7 \nALGORITHM = HS256\nACCESS_TOKEN_EXPIRE_MINUTES = 60(base)\n\n````\n### Note: SECRET_KEY in this exmple is just a psudo key. You need to get a key for youself and you can get the SECRET_KEY  from fastapi documantion\n \n\n### Here is the link of the playlist on youtube you can learn all about FASTAPI\n \n\u003cdiv id=\"badges\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=Yw4LmMQXXFs\u0026list=PL8VzFQ8k4U1L5QpSapVEzoSfob-4CR8zM\u0026index=2\"\u003e\n    \u003cimg src=\"https://freshidea.com/jonah/youtube-api/subscribers-badge.php?label=Subscribers\u0026style=for-the-badge\u0026color=red\u0026labelColor=ce4630\" alt=\"youtube Badge\"/\u003e\n  \u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSanjeev-Thiyagarajan%2Ffastapi-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSanjeev-Thiyagarajan%2Ffastapi-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSanjeev-Thiyagarajan%2Ffastapi-course/lists"}