{"id":15017453,"url":"https://github.com/jod35/fastapi-beyond-crud-docs","last_synced_at":"2025-09-05T16:36:31.566Z","repository":{"id":238850588,"uuid":"797691219","full_name":"jod35/fastapi-beyond-crud-docs","owner":"jod35","description":"This is the course website for FastAPI Beyond CRUD","archived":false,"fork":false,"pushed_at":"2025-08-14T08:09:05.000Z","size":7423,"stargazers_count":24,"open_issues_count":0,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-14T08:36:36.777Z","etag":null,"topics":["html","mkdocs"],"latest_commit_sha":null,"homepage":"https://jod35.github.io/fastapi-beyond-crud-docs/site/","language":"HTML","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/jod35.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,"zenodo":null}},"created_at":"2024-05-08T10:30:28.000Z","updated_at":"2025-08-14T08:09:09.000Z","dependencies_parsed_at":"2024-05-10T09:45:11.026Z","dependency_job_id":"39ef99cb-aa90-4bad-b005-8f2b390da74c","html_url":"https://github.com/jod35/fastapi-beyond-crud-docs","commit_stats":{"total_commits":95,"total_committers":4,"mean_commits":23.75,"dds":0.2421052631578947,"last_synced_commit":"887608f8fff6024df5e6bada40ae192d091404d4"},"previous_names":["jod35jon/fastapi-website","jod35/fastapi-beyond-crud-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jod35/fastapi-beyond-crud-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2Ffastapi-beyond-crud-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2Ffastapi-beyond-crud-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2Ffastapi-beyond-crud-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2Ffastapi-beyond-crud-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jod35","download_url":"https://codeload.github.com/jod35/fastapi-beyond-crud-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2Ffastapi-beyond-crud-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273784963,"owners_count":25167737,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["html","mkdocs"],"created_at":"2024-09-24T19:50:29.117Z","updated_at":"2025-09-05T16:36:31.520Z","avatar_url":"https://github.com/jod35.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"Here's the updated markdown with instructions for setting up a virtual environment:\n\n# FastAPI Beyond the CRUD Stuff\n\nWelcome to the documentation for the FastAPI Beyond CRUD course.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Prerequisites](#prerequisites)\n- [Project Setup](#project-setup)\n- [Running the Application](#running-the-application)\n\n## Introduction\nThis repository contains the source code for the course website.\n\n## Prerequisites\nBefore starting, make sure you have the following installed:\n\n- Python 3.x\n\n## Project Setup\nTo set up the project, follow these steps:\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/jod35/fastapi-beyond-crud-docs.git\n    ```\n\n2. **Navigate into the project directory:**\n    ```bash\n    cd fastapi-beyond-crud-docs\n    ```\n\n3. **Create a virtual environment:**\n   - On macOS/Linux:\n     ```bash\n     python3 -m venv venv\n     ```\n   - On Windows:\n     ```bash\n     python -m venv venv\n     ```\n\n4. **Activate the virtual environment:**\n   - On macOS/Linux:\n     ```bash\n     source venv/bin/activate\n     ```\n   - On Windows:\n     ```bash\n     venv\\Scripts\\activate\n     ```\n\n5. **Install the required dependencies:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n6. **Run the application:**\n    ```bash\n    mkdocs serve\n    ```\n\nYour application should now be up and running within the virtual environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Ffastapi-beyond-crud-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjod35%2Ffastapi-beyond-crud-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Ffastapi-beyond-crud-docs/lists"}