{"id":19595724,"url":"https://github.com/josephgodwinkimani/fastapi-ticketing-api","last_synced_at":"2026-04-27T00:31:46.503Z","repository":{"id":258552654,"uuid":"849846340","full_name":"josephgodwinkimani/fastapi-ticketing-api","owner":"josephgodwinkimani","description":"A simple support ticketing API built with FastAPI, Prisma, and SQLite. This API allows users to create tickets, add replies, and manage their support requests efficiently.","archived":false,"fork":false,"pushed_at":"2025-01-27T17:56:39.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T22:05:13.451Z","etag":null,"topics":["fastapi","prisma","pydantic","sqlite3","ticketing-system"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/josephgodwinkimani.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-08-30T11:15:55.000Z","updated_at":"2024-10-17T09:55:08.000Z","dependencies_parsed_at":"2025-07-01T22:05:14.963Z","dependency_job_id":"80834d9a-9fd5-4e6c-9ee1-e1bb81b235ff","html_url":"https://github.com/josephgodwinkimani/fastapi-ticketing-api","commit_stats":null,"previous_names":["josephgodwinkimani/fastapi-ticketing-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josephgodwinkimani/fastapi-ticketing-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgodwinkimani%2Ffastapi-ticketing-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgodwinkimani%2Ffastapi-ticketing-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgodwinkimani%2Ffastapi-ticketing-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgodwinkimani%2Ffastapi-ticketing-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephgodwinkimani","download_url":"https://codeload.github.com/josephgodwinkimani/fastapi-ticketing-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephgodwinkimani%2Ffastapi-ticketing-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: 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":["fastapi","prisma","pydantic","sqlite3","ticketing-system"],"created_at":"2024-11-11T08:48:28.160Z","updated_at":"2026-04-27T00:31:46.485Z","avatar_url":"https://github.com/josephgodwinkimani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI Support Ticketing API\n\nA simple support ticketing API built with FastAPI, Prisma, and SQLite. This API allows users to create tickets, add replies, and manage their support requests efficiently.\n\n## Features\n\n- User management (create users)\n- Ticket management (create, close, and reply to tickets)\n- Logging of all operations and errors\n- Database for easy setup and usage\n\n```\nfastapi_ticketing_api/\n│\n├── app/\n│ ├── init.py\n│ ├── main.py # Entry point for the FastAPI application\n│ ├── models.py # Database models (not used directly with Prisma)\n│ ├── schemas.py # Pydantic schemas for request and response validation\n│ ├── crud.py # CRUD operations for user and ticket management\n│ ├── database.py # Database connection setup using Prisma\n│ ├── logging_config.py # Logging configuration\n│ └── api/\n│ ├── init.py\n│ └── routes.py # API routes for user and ticket management\n│\n├── prisma/\n│ ├── schema.prisma # Prisma schema definition\n│ └── init.py\n│\n├── requirements.txt # Project dependencies\n└── README.md # Project documentation\n```\n\n### Getting Started\n\n### 1. Create a virtual environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n```\n\n### 2. Install the required packages\n\n```bash\npip install -r requirements.txt\n```\n\n### 3. Push the Prisma schema to the database\n\n```bash\ncd prisma\nprisma db push\n```\n\n### 4. Run the FastAPI application\n\n```bash\nuvicorn app.main:app --reload\n```\n\nSee all HTTP Endpoints [here.](http://127.0.0.1:8000/docs)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephgodwinkimani%2Ffastapi-ticketing-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephgodwinkimani%2Ffastapi-ticketing-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephgodwinkimani%2Ffastapi-ticketing-api/lists"}