{"id":28515531,"url":"https://github.com/devvspaces/hng-calendar-app","last_synced_at":"2025-07-10T20:08:18.609Z","repository":{"id":109079825,"uuid":"565395665","full_name":"devvspaces/hng-calendar-app","owner":"devvspaces","description":"Calendar app for team Gear. Will contain ORM and API Documentation.","archived":false,"fork":false,"pushed_at":"2022-11-13T13:00:44.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-05T17:34:11.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devvspaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-11-13T09:14:51.000Z","updated_at":"2023-01-07T21:11:01.000Z","dependencies_parsed_at":"2023-06-10T13:15:49.965Z","dependency_job_id":null,"html_url":"https://github.com/devvspaces/hng-calendar-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devvspaces/hng-calendar-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fhng-calendar-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fhng-calendar-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fhng-calendar-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fhng-calendar-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devvspaces","download_url":"https://codeload.github.com/devvspaces/hng-calendar-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devvspaces%2Fhng-calendar-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264647787,"owners_count":23643652,"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":[],"created_at":"2025-06-09T03:05:59.025Z","updated_at":"2025-07-10T20:08:18.602Z","avatar_url":"https://github.com/devvspaces.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=200px height=200px src=\"https://i.imgur.com/6wj0hh6.jpg\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eTeam Gear Calendar App\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e Few lines describing your project.\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Table of Contents\n\n- [About](#about)\n- [Getting Started](#getting_started)\n- [Deployment](#deployment)\n- [Usage](#usage)\n- [Built Using](#built_using)\n- [TODO](../TODO.md)\n- [Contributing](../CONTRIBUTING.md)\n- [Team](#authors)\n- [Acknowledgments](#acknowledgement)\n\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nCalendar app for team Gear\n\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nWhat things you need to install the software and how to install them.\n\n1. Install [Python](https://www.python.org/downloads/)\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running.\n\nSetup virtual Enviroment\n\n```\npython -m venv venv\n```\n\nActivate virtual enviroment\n\nWindows\n\n```\nvenv\\Scripts\\activate\n```\n\nLinux\n\n```\nsource venv/bin/activate\n```\n\nInstall dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n\n## 🔧 Running the tests \u003ca name = \"tests\"\u003e\u003c/a\u003e\n\nExplain how to run the automated tests for this system.\n\n### Break down into end to end tests\n\nExplain what these tests test and why\n\n```\nGive an example\n```\n\n### And coding style tests\n\nThis is using flake8 to check for coding style\n\n```bash\nflake8\n```\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nRunning fastapi server\n\n```bash\nuvicorn main:app --reload\n```\n\nCheck the swagger docs at `http://localhost:8000/docs`\n\n## 🚀 Deployment \u003ca name = \"deployment\"\u003e\u003c/a\u003e\n\nAdd additional notes about how to deploy this on a live system.\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n- [FastAPI](https://fastapi.tiangolo.com/) - FastAPI framework, high performance, easy to learn, fast to code, ready for production\n- [SQLAlchemy](https://www.sqlalchemy.org/) - ORM (Object Relational Mapper)\n\n## ✍️ Team \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- [@devvspaces](https://github.com/devvspaces) - Team Member\n\n\n## 🎉 Acknowledgements \u003ca name = \"acknowledgement\"\u003e\u003c/a\u003e\n\n- HNG Internship\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvspaces%2Fhng-calendar-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevvspaces%2Fhng-calendar-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevvspaces%2Fhng-calendar-app/lists"}