{"id":34743768,"url":"https://github.com/new-horizons-project/yn-api","last_synced_at":"2026-04-10T07:14:25.273Z","repository":{"id":307976080,"uuid":"1031231755","full_name":"new-horizons-project/yn-api","owner":"new-horizons-project","description":"Backend of New Horizons SaaS ","archived":false,"fork":false,"pushed_at":"2025-12-22T16:15:09.000Z","size":1396,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T07:58:05.309Z","etag":null,"topics":["backend","backend-api","docker","elasticsearch","fastapi","jwt-authentication","postgresql","python","redis","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/new-horizons-project.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T09:56:25.000Z","updated_at":"2025-12-12T13:28:12.000Z","dependencies_parsed_at":"2025-09-23T22:35:35.898Z","dependency_job_id":null,"html_url":"https://github.com/new-horizons-project/yn-api","commit_stats":null,"previous_names":["pr-yn/yn-api","new-horizons-project/yn-api"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/new-horizons-project/yn-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/new-horizons-project%2Fyn-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/new-horizons-project%2Fyn-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/new-horizons-project%2Fyn-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/new-horizons-project%2Fyn-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/new-horizons-project","download_url":"https://codeload.github.com/new-horizons-project/yn-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/new-horizons-project%2Fyn-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28019484,"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-12-25T02:00:05.988Z","response_time":58,"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":["backend","backend-api","docker","elasticsearch","fastapi","jwt-authentication","postgresql","python","redis","sqlalchemy"],"created_at":"2025-12-25T04:28:26.796Z","updated_at":"2025-12-25T04:28:28.330Z","avatar_url":"https://github.com/new-horizons-project.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"128\" height=\"128\" alt=\"New Horizons Project\" align=\"right\" src=\"https://github.com/user-attachments/assets/20781c4e-65a1-4846-946c-c5d318b65360\" /\u003e\n\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Elasticsearch](https://img.shields.io/badge/elasticsearch-%230377CC.svg?style=for-the-badge\u0026logo=elasticsearch\u0026logoColor=white)\n![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge\u0026logo=redis\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)\n\n# New Horizons API\n\n###### The New Way of Storing Knowledge\n\n### About\n\nNew Horizons API is the backend server for the New Horizons service, responsible for processing, computing, and storing all application data.\n\n## Installation and Running\n\n### Requirements\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- [Git](https://git-scm.com/)\n\n---\n\n### Using Docker\n\n1. **Clone the repository**\n```bash\ngit clone https://github.com/new-horizons-project/yn-api.git\ncd yn-api\n````\n\n2. **Set up environment variables**\n\n* Copy the example environment file:\n\n```bash\ncp .env.example .env\n```\n\n* Edit `.env` to configure your database credentials, API settings, etc.\n\n3. **Start the application**\n\n```bash\ndocker-compose up --build -d\n```\n\n### Notes\n\n* Make sure PostgreSQL credentials in `.env` match the `docker-compose.yaml` configuration.\n* Logs can be viewed with:\n\n```bash\ndocker-compose logs -f\n```\n\n* The API is available at port `9002` by default\n\n## Credits\n\nThis project uses following open-source libraries:\n\n| Package               | License                    |\n|-----------------------|----------------------------|\n| **FastAPI**           | MIT                        |\n| **SQLAlchemy**        | MIT                        |\n| **asyncpg**           | Apache 2.0                 |\n| **PyJWT**             | MIT                        |\n| **passlib**           | BSD                        |\n| **Pydantic**          | MIT                        |\n| **pydantic-settings** | MIT                        |\n| **Colorama**          | BSD                        |\n\nSpecial thanks to the authors and maintainers of these libraries for their contributions to the open-source community.\n\n### Development Team\n\n| Role                    | Contributor |\n|-------------------------|-------------|\n| Lead Backend Developer  | [@at-elcapitan](https://github.com/at-elcapitan) |\n| Backend Developer       | [@phantom42-web](https://github.com/phantom42-web) |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnew-horizons-project%2Fyn-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnew-horizons-project%2Fyn-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnew-horizons-project%2Fyn-api/lists"}