{"id":19005421,"url":"https://github.com/anuja-rahul/python-fastapi","last_synced_at":"2026-04-27T18:32:55.163Z","repository":{"id":245306023,"uuid":"817855680","full_name":"anuja-rahul/python-fastAPI","owner":"anuja-rahul","description":"Simple API made using python for a social media platform.","archived":false,"fork":false,"pushed_at":"2024-08-14T18:08:43.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T10:52:21.306Z","etag":null,"topics":["api","fastapi","python","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anuja-rahul.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":"2024-06-20T15:22:10.000Z","updated_at":"2024-08-14T18:08:46.000Z","dependencies_parsed_at":"2024-08-13T19:33:08.540Z","dependency_job_id":"a74d88ba-efc0-4454-ac53-16d6eddba8fa","html_url":"https://github.com/anuja-rahul/python-fastAPI","commit_stats":null,"previous_names":["anuja-rahul/python-fastapi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anuja-rahul/python-fastAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Fpython-fastAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Fpython-fastAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Fpython-fastAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Fpython-fastAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anuja-rahul","download_url":"https://codeload.github.com/anuja-rahul/python-fastAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anuja-rahul%2Fpython-fastAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","fastapi","python","sql"],"created_at":"2024-11-08T18:27:29.026Z","updated_at":"2026-04-27T18:32:55.140Z","avatar_url":"https://github.com/anuja-rahul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Python](https://img.shields.io/badge/-python-000?style=for-the-badge\u0026logo=python)\n![FAST API](https://img.shields.io/badge/-fast_api-000?style=for-the-badge\u0026logo=fastapi)\n![POSTMAN](https://img.shields.io/badge/-postman-000?style=for-the-badge\u0026logo=postman)\n![PYDANTIC](https://img.shields.io/badge/-pydantic-000?style=for-the-badge\u0026logo=pydantic)\n![POSTGRES](https://img.shields.io/badge/-postgresql-000?style=for-the-badge\u0026logo=postgresql)\n![SQLALCHEMY](https://img.shields.io/badge/-sqlalchemy-000?style=for-the-badge\u0026logo=sqlalchemy)\n![JWT](https://img.shields.io/badge/-JWT-000?style=for-the-badge\u0026logo=json-web-tokens)\n\n# Python-fastAPI\n\n![GitHub](https://img.shields.io/github/forks/anuja-rahul/python-fastAPI?style\u0026logo=github)\n\u0026nbsp;\n![GitHub](https://img.shields.io/github/license/anuja-rahul/python-fastAPI?style\u0026logo=github)\n\u0026nbsp;\n![GitHub](https://img.shields.io/github/stars/anuja-rahul/python-fastAPI?style\u0026logo=github)\n\u0026nbsp;\n![Contributors](https://img.shields.io/github/contributors/anuja-rahul/python-fastAPI?style\u0026logo=github)\n\u0026nbsp;\n![Watchers](https://img.shields.io/github/watchers/anuja-rahul/python-fastAPI?style\u0026logo=github)\n\u0026nbsp;\n\n[![Project-Status](https://img.shields.io/badge/Project%20Status-deploying-orange.svg)](https://github.com/anuja-rahul/portfolio-nextjs)\n\u0026nbsp;\n\n\u003c!--\n[![Project-Version](https://img.shields.io/badge/Version-v0.1-green.svg)](https://github.com/anuja-rahul/python-fastAPI)\n--\u003e\n\n## Prerequisites\n\n\u003c!-- - [git](https://git-scm.com/downloads) --\u003e\n- [python ≥ 3.10](https://www.python.org/downloads/)\n- [postgreSQL ≥ 16.0](https://www.postgresql.org/download/)\n\n## Getting Started\n\n1. Clone this repository\n\n   ```bash\n   git clone https://github.com/anuja-rahul/python-fastAPI.git\n   ```\n\n2. Create a Virtual environment\n\n   ```bash\n   python -m venv venv\n   ```\n\n3. Activate the venv\n\n   ```bash\n   activate venv\n   ```\n\n4. Install the packages\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n5. Setting up the env variables: _`required: .env`_\n\n   ex: _for dev env_\n\n   ```bash\n   SECRET_KEY=\"Your Secret Key\"\n   ALGORITHM=\"HS256\"\n   ACCESS_TOKEN_EXPIRE_MINUTES=\"60\"\n   HOST=\"localhost\"\n   DBNAME=\"Your DB name\"\n   PORT=\"8000\"\n   USER=\"Your Username\"\n   PASSWORD=\"Your password\"\n   ```\n\n   - Note: If you have openssl, to generate a `SECRET_KEY` you can run :\n\n     ```bash\n     openssl rand -hex 32\n     ```\n\n6. Start the uvicorn server\n\n   ```bash\n   uvicorn app.main:app --reload\n   ```\n\n## Documentation\n\n- After starting the uvicorn server visit\n\n  for _`Swagger UI`_:\n\n  ```bash\n  http://localhost:8000/docs\n  ```\n\n  or for _`Redoc`_:\n\n  ```bash\n  http://localhost:8000/redoc\n  ```\n\n\u0026nbsp;\n\u0026nbsp;\n\u0026nbsp;\n\n![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=anuja-rahul\u0026repo=python-fastAPI\u0026theme=nightowl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuja-rahul%2Fpython-fastapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanuja-rahul%2Fpython-fastapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanuja-rahul%2Fpython-fastapi/lists"}