{"id":24880009,"url":"https://github.com/lvncer/school-cli-app","last_synced_at":"2025-07-09T07:08:36.403Z","repository":{"id":265791754,"uuid":"896643878","full_name":"lvncer/School-CLI-App","owner":"lvncer","description":"2年前期WebAPIの授業で使ったプロジェクトファイル。MySQLのschoolデータベースとFastAPIを組み合わたCLIアプリケーションです。","archived":false,"fork":false,"pushed_at":"2025-01-20T14:17:59.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T05:16:07.610Z","etag":null,"topics":["fastapi","mysql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lvncer.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-11-30T23:02:28.000Z","updated_at":"2025-01-23T13:05:47.000Z","dependencies_parsed_at":"2024-12-03T08:47:09.078Z","dependency_job_id":null,"html_url":"https://github.com/lvncer/School-CLI-App","commit_stats":null,"previous_names":["hellotksan/school-cli-app","lvncer/school-cli-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lvncer/School-CLI-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2FSchool-CLI-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2FSchool-CLI-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2FSchool-CLI-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2FSchool-CLI-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvncer","download_url":"https://codeload.github.com/lvncer/School-CLI-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvncer%2FSchool-CLI-App/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411145,"owners_count":23603803,"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","mysql","python"],"created_at":"2025-02-01T10:18:26.134Z","updated_at":"2025-07-09T07:08:36.358Z","avatar_url":"https://github.com/lvncer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School CUI CRUD App\n\n## Dumping Database\n\n### Loginning MySQL terminal\n\n```cmd\nmysql -u root -p\n```\n\n### Dumping DB file\n\n```sql\nDROP DATABASE IF EXISTS school;\nCREATE DATABASE school;\nUSE school;\nSOURCE /path/to/your/project/db/school.dmp\n```\n\n## Installing Python Modules\n\n```bash\npip install -r requirements.txt\n```\n\n## Starting API Server\n\n```bash\nuvicorn dbaccess:app --reload\n```\n\n## Showing Docs\n\n[localhost:8000/docs](localhost:8000/docs)\n\n## Execute CRUDs\n\n```bash\npython.exe /path/to/your/project/crud/selectall.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fschool-cli-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvncer%2Fschool-cli-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvncer%2Fschool-cli-app/lists"}