{"id":19797592,"url":"https://github.com/aplinkosministerija/biip-admin-api","last_synced_at":"2026-06-16T09:31:57.454Z","repository":{"id":207139649,"uuid":"718514065","full_name":"AplinkosMinisterija/biip-admin-api","owner":"AplinkosMinisterija","description":"BĮIP Administravimo aplinkos API","archived":false,"fork":false,"pushed_at":"2024-02-27T18:57:41.000Z","size":137,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-28T16:32:38.989Z","etag":null,"topics":["admin-api","api","biip-admin"],"latest_commit_sha":null,"homepage":"https://admin.biip.lt","language":"TypeScript","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/AplinkosMinisterija.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":"2023-11-14T08:36:50.000Z","updated_at":"2023-11-14T09:02:27.000Z","dependencies_parsed_at":"2023-11-14T10:25:02.428Z","dependency_job_id":"9f8ba3c3-2d5d-4280-8553-fe145153a651","html_url":"https://github.com/AplinkosMinisterija/biip-admin-api","commit_stats":null,"previous_names":["aplinkosministerija/biip-admin-api"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AplinkosMinisterija/biip-admin-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AplinkosMinisterija%2Fbiip-admin-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AplinkosMinisterija%2Fbiip-admin-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AplinkosMinisterija%2Fbiip-admin-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AplinkosMinisterija%2Fbiip-admin-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AplinkosMinisterija","download_url":"https://codeload.github.com/AplinkosMinisterija/biip-admin-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AplinkosMinisterija%2Fbiip-admin-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":["admin-api","api","biip-admin"],"created_at":"2024-11-12T07:25:58.422Z","updated_at":"2026-06-16T09:31:57.436Z","avatar_url":"https://github.com/AplinkosMinisterija.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BĮIP Admin API\n\n[![License](https://img.shields.io/github/license/AplinkosMinisterija/biip-admin-api)](https://github.com/AplinkosMinisterija/biip-admin-api/blob/main/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/AplinkosMinisterija/biip-admin-api)](https://github.com/AplinkosMinisterija/biip-admin-api/issues)\n[![GitHub stars](https://img.shields.io/github/stars/AplinkosMinisterija/biip-admin-api)](https://github.com/AplinkosMinisterija/biip-admin-api/stargazers)\n\nThis repository contains the source code and documentation for the BĮIP Admin API, developed by the Aplinkos\nMinisterija.\n\n## Table of Contents\n\n- [About the Project](#about-the-project)\n- [Getting Started](#getting-started)\n  - [Installation](#installation)\n  - [Usage](#usage)\n- [OpenAPI](#openapi)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About the Project\n\nThe BĮIP Admin API is designed to provide information and functionalities related to user management.\n\n## Getting Started\n\nTo get started with the BĮIP Admin API, follow the instructions below.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/AplinkosMinisterija/biip-admin-api.git\n   ```\n\n2. Install the required dependencies:\n\n   ```bash\n   cd biip-admin-api\n   yarn install\n   ```\n\n### Usage\n\n1. Set up the required environment variables. Copy the `.env.example` file to `.env` and provide the necessary values for the variables.\n\n2. Start the API server:\n\n   ```bash\n   yarn dc:up\n   yarn dev\n   ```\n\nThe API will be available at `http://localhost:3000/admin`.\n\n## Deployment\n\n### Production\n\nTo deploy the application to the production environment, create a new GitHub release:\n\n1. Go to the repository's main page on GitHub.\n2. Click on the \"Releases\" tab.\n3. Click on the \"Create a new release\" button.\n4. Provide a version number, such as `1.2.3`, and other relevant information.\n5. Click on the \"Publish release\" button.\n\n### Staging\n\nThe `main` branch of the repository is automatically deployed to the staging environment. Any changes pushed to the main\nbranch will trigger a new deployment.\n\n### Development\n\nTo deploy any branch to the development environment use the `Deploy to Development` GitHub action.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a\npull request. For more information, see the [contribution guidelines](./CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faplinkosministerija%2Fbiip-admin-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faplinkosministerija%2Fbiip-admin-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faplinkosministerija%2Fbiip-admin-api/lists"}