{"id":19977438,"url":"https://github.com/dmickelson/fastapisqlalchemyproject","last_synced_at":"2025-10-17T00:32:30.218Z","repository":{"id":259801964,"uuid":"879457043","full_name":"dmickelson/FastAPISQLAlchemyProject","owner":"dmickelson","description":"FastAPI SQLAlchemy Test Project","archived":false,"fork":false,"pushed_at":"2024-10-28T00:03:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T10:09:13.348Z","etag":null,"topics":["fastap","orm-framework","python","redoc","sqlalchemy","sqlalchemy-python","swagger"],"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/dmickelson.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":"2024-10-28T00:00:24.000Z","updated_at":"2024-10-28T00:05:34.000Z","dependencies_parsed_at":"2024-10-28T04:11:36.541Z","dependency_job_id":"016f9d54-2f85-4bde-97fe-5af149a8189d","html_url":"https://github.com/dmickelson/FastAPISQLAlchemyProject","commit_stats":null,"previous_names":["dmickelson/fastapisqlalchemyproject"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmickelson%2FFastAPISQLAlchemyProject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmickelson%2FFastAPISQLAlchemyProject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmickelson%2FFastAPISQLAlchemyProject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmickelson%2FFastAPISQLAlchemyProject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmickelson","download_url":"https://codeload.github.com/dmickelson/FastAPISQLAlchemyProject/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411542,"owners_count":19958753,"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":["fastap","orm-framework","python","redoc","sqlalchemy","sqlalchemy-python","swagger"],"created_at":"2024-11-13T03:28:04.084Z","updated_at":"2025-10-17T00:32:25.168Z","avatar_url":"https://github.com/dmickelson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI SQLAlchemy Project\n\nA modern REST API project built with FastAPI and SQLAlchemy, providing a robust foundation for building scalable web applications.\n\n## Project Structure\n\n- `db.py` - Database configuration and session management\n\n  - Sets up SQLite database connection\n  - Configures SQLAlchemy engine and session\n  - Provides database dependency injection\n  - Creates Base class for models\n\n- `main.py` - Application entry point (to be implemented)\n  - FastAPI application initialization\n  - API route definitions\n  - Server configuration\n\n## Technical Stack\n\n- **FastAPI** - Modern, fast web framework for building APIs\n- **SQLAlchemy** - SQL toolkit and ORM\n- **Uvicorn** - Lightning-fast ASGI server\n- **SQLite** - Lightweight database\n\n## Getting Started\n\n1. Install dependencies:\n\n```bash\npip install fastapi uvicorn sqlalchemy\n```\n\n[image](1_Hjn46ufGabp3Of-IgrP3pg.webp)\n\n## Running the Application\n\nStart the server:\n`python main.py`\n\n## API Documentation\n\nAPI documentation is automatically generated by FastAPI. Access it at\n\n- Swagger UI: `http://localhost:8000/docs`\n- ReDoc: `http://localhost:8000/redoc`\n\n## Database\n\nThe project uses SQLite as the database. The database file is stored in `data.db` file.\nThe database is automatically created when the application starts.\nThe database configuration can be customized by modifying the `db.py` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmickelson%2Ffastapisqlalchemyproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmickelson%2Ffastapisqlalchemyproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmickelson%2Ffastapisqlalchemyproject/lists"}