{"id":19883009,"url":"https://github.com/ezeisraeljohn/tim_events_api","last_synced_at":"2026-05-13T00:35:57.122Z","repository":{"id":246581376,"uuid":"818223921","full_name":"ezeisraeljohn/tim_events_api","owner":"ezeisraeljohn","description":"This repository houses the tim_events_api, frontend devs can consume for event creation","archived":false,"fork":false,"pushed_at":"2024-07-01T02:41:41.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T03:26:09.115Z","etag":null,"topics":["api-rest","events","fastapi"],"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/ezeisraeljohn.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-06-21T11:16:41.000Z","updated_at":"2024-07-01T02:41:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f116844-9d78-4234-8c57-7eddaae3fe8d","html_url":"https://github.com/ezeisraeljohn/tim_events_api","commit_stats":null,"previous_names":["ezeisraeljohn/tim_events_api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezeisraeljohn/tim_events_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Ftim_events_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Ftim_events_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Ftim_events_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Ftim_events_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezeisraeljohn","download_url":"https://codeload.github.com/ezeisraeljohn/tim_events_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezeisraeljohn%2Ftim_events_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":["api-rest","events","fastapi"],"created_at":"2024-11-12T17:19:08.546Z","updated_at":"2026-05-13T00:35:57.103Z","avatar_url":"https://github.com/ezeisraeljohn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TIM EVENTS API\n\nWelcome to the TIM EVENTS API project! This API provides endpoints for managing events and related entities such as speakers.\n\n## Table of Contents\n\n1. [Getting Started](#getting-started)\n2. [Installation](#installation)\n3. [Usage](#usage)\n4. [Testing](#testing)\n5. [API Documentation](#api-documentation)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n## Getting Started\n\nTo get started with the TIM EVENTS API, follow the instructions below to set up the project locally.\n\n## Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/ezeisraeljohn/tim-events-api.git\n    cd tim-events-api\n    ```\n\n2. **Set up a virtual environment:**\n\n    ```bash\n    python -m venv .venv\n    source .venv/bin/activate  # On Windows use `.venv\\Scripts\\activate`\n    ```\n\n3. **Install the dependencies:**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Configure the database:**\n\n    Ensure you have a PostgreSQL or MySQL database set up. Update the database settings in the `database.py` file.\n\n    ```python\n    DATABASE_URL = \"postgresql://username:password@localhost/dbname\"\n    ```\n\n5. **Apply the migrations:**\n\n    ```bash\n    alembic upgrade head\n    ```\n\n6. **Run the server:**\n\n    ```bash\n    uvicorn main:app --reload\n    ```\n\n## Usage\n\nOnce the server is running, you can interact with the API using tools like [Postman](https://www.postman.com/) or [curl](https://curl.se/).\n\n## Testing\n\nYou can test the API endpoints using Postman. Import the collection directly using the following link:\n\n[\u003cimg src=\"https://run.pstmn.io/button.svg\" alt=\"Run In Postman\" style=\"width: 128px; height: 32px;\"\u003e](https://app.getpostman.com/run-collection/34635068-a0413fa3-3793-48cb-ba0e-abf62855e6c5?action=collection%2Ffork\u0026source=rip_markdown\u0026collection-url=entityId%3D34635068-a0413fa3-3793-48cb-ba0e-abf62855e6c5%26entityType%3Dcollection%26workspaceId%3D617fdc8a-a7fd-4ab3-9956-411b17ec4c5a)\n\n## API Documentation\n\nFor detailed API documentation, visit the [Swagger UI](http://localhost:8000/docs) or the [ReDoc](http://localhost:8000/redoc) endpoints provided by FastAPI.\n\n## Contributing\n\nWe welcome contributions! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b my-feature-branch`.\n3. Make your changes.\n4. Commit your changes: `git commit -m 'Add some feature'`.\n5. Push to the branch: `git push origin my-feature-branch`.\n6. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeisraeljohn%2Ftim_events_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezeisraeljohn%2Ftim_events_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezeisraeljohn%2Ftim_events_api/lists"}