{"id":48622096,"url":"https://github.com/solvro/backend-solvro-bot-core","last_synced_at":"2026-04-09T04:01:49.201Z","repository":{"id":287273706,"uuid":"964183939","full_name":"Solvro/backend-solvro-bot-core","owner":"Solvro","description":"Main repo for Solvro bot.","archived":false,"fork":false,"pushed_at":"2026-02-26T09:24:56.000Z","size":728,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-26T15:07:46.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Solvro.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-04-10T20:21:00.000Z","updated_at":"2026-02-26T09:25:01.000Z","dependencies_parsed_at":"2025-05-29T12:37:42.180Z","dependency_job_id":"64afcbd2-c339-4580-9546-070e6dce6379","html_url":"https://github.com/Solvro/backend-solvro-bot-core","commit_stats":null,"previous_names":["solvro/backend-solvro-bot-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Solvro/backend-solvro-bot-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solvro%2Fbackend-solvro-bot-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solvro%2Fbackend-solvro-bot-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solvro%2Fbackend-solvro-bot-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solvro%2Fbackend-solvro-bot-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Solvro","download_url":"https://codeload.github.com/Solvro/backend-solvro-bot-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Solvro%2Fbackend-solvro-bot-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31584817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":[],"created_at":"2026-04-09T04:01:46.714Z","updated_at":"2026-04-09T04:01:49.196Z","avatar_url":"https://github.com/Solvro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backend Solvro Bot Core\n\n[📂 GitHub Project](https://github.com/orgs/Solvro/projects/40) |\n[👥 GitHub Team](https://github.com/orgs/Solvro/teams/solvro-bot) |\n[💾 Google Drive](https://drive.google.com/drive/folders/1YeTG061qQ5Y9_eGXIXAa4POcpaZerIN5)\n\n---\n\n## Services\n\n- [🎙️ Transcriber](https://github.com/Solvro/backend-solvro-bot-transcriber)\n- [📹 Office Cam](https://github.com/Solvro/hardware-solvro-bot-office-cam)\n\n---\n\n## Development\n\n### Prerequisites\n\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Node.js \u0026 npm / pnpm](https://nodejs.org/en/download)\n- [Docker](https://www.docker.com/)\n\n---\n\n### Step-by-Step Guide\n\n#### Install Project Dependencies\n\nRecommended:\n\n```bash\npnpm install\n```\n\nAlternatively:\n\n```bash\nnpm install\n```\n\n#### Setup environment variables\n\n```bash\nnode ace bootstrap:env\n```\n\nand set variables according to the comments.\n\n#### Start Required Services\n\nEnsure Docker Engine is running, then start all services:\n\n```bash\ndocker compose up -d\n```\n\n\u003e [!NOTE] \n\u003e To shut down all services, run:\n\u003e ```bash\n\u003e docker compose down\n\u003e ```\n\n#### Migrate Database\n\nRun all pending database migrations:\n\n```bash\nnode ace migration:run\n```\n\n\u003e [!NOTE] \n\u003e Check migrations status using:\n\u003e ```bash\n\u003e node ace migration:status\n\u003e ```\n\n#### Run Application\n\nStart the application:\n\n```bash\npnpm dev\n```\n\nAlternatively:\n\n```bash\nnpm run dev\n```\n\nYou should see a message similar to this:\n\n```bash\n[ info ] starting HTTP server...\n╭─────────────────────────────────────────────────╮\n│                                                 │\n│    Server address: http://localhost:3333        │\n│    Watch Mode: HMR                              │\n│    Ready in: 5 ms                               │\n│                                                 │\n╰─────────────────────────────────────────────────╯\n```\n\n---\n\n### Commits\n\nFollow the [Conventional Commits](https://www.conventionalcommits.org) specification.\n\n\u003e [!NOTE]\n\u003e The commit message should be structured as follows:\n\u003e\n\u003e ```\n\u003e \u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\u003e\n\u003e [optional body]\n\u003e\n\u003e [optional footer(s)]\n\u003e ```\n\n---\n\n### Visual Studio Code Extensions\n\n\u003e [!TIP]\n\u003e Press \u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eX\u003c/kbd\u003e and search _@recommended_ to see recommended Visual Studio Code extensions for this workspace.\n\n### API Documentation\n\nDocumentation is auto-generated based on the [OpenAPI](https://www.openapis.org) specification using [AdonisJS AutoSwagger](https://github.com/ad-on-is/adonis-autoswagger).\n\n\u003e [!IMPORTANT]\n\u003e Navigate to [http://localhost:3333/docs](http://localhost:3333/docs) to access the [Scalar](https://scalar.com) UI, where you can explore the API endpoints interactively.\n\n### Custom Commands\n\n#### Bootstrap Environment Variables\n\n```bash\nnode ace bootstrap:env\n```\n\n#### Deploy Discord Commands\n\nDeploy registered commands to the Discord REST API:\n\n```bash\nnode ace discord:deploy\n```\n\u003e [!IMPORTANT]\n\u003e Use this command to deploy changes to the Discord API whenever you modify the command signatures (*SlashCommandBuilder*) in the *app/discord/commands* directory.\n\u003e\n\n---\n\n## Resources\n\n### Discord.js\n\n[library docs](https://discord.js.org/docs) |\n[developer guide](https://discordjs.guide) |\n[Discord docs](https://discord.com/developers/docs)\n\n### AdonisJS\n\n[docs](https://docs.adonisjs.com) |\n[tutorials](https://adocasts.com)\n\nDon't forget to check out [Solvro docs](https://docs.solvro.pl/)\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with 💙 by \u003ca href=\"https://solvro.pl\"\u003eSolvro\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolvro%2Fbackend-solvro-bot-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolvro%2Fbackend-solvro-bot-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolvro%2Fbackend-solvro-bot-core/lists"}