{"id":30743678,"url":"https://github.com/mujhtech/b0","last_synced_at":"2025-09-04T02:47:43.653Z","repository":{"id":299167655,"uuid":"911077304","full_name":"Mujhtech/b0","owner":"Mujhtech","description":"Your AI backend builder","archived":false,"fork":false,"pushed_at":"2025-08-09T17:46:29.000Z","size":827,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T19:29:10.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Mujhtech.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":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-02T07:32:56.000Z","updated_at":"2025-08-09T17:46:26.000Z","dependencies_parsed_at":"2025-06-15T04:39:21.748Z","dependency_job_id":"36c25a5e-6ba2-456b-a2cd-2afdac9480a2","html_url":"https://github.com/Mujhtech/b0","commit_stats":null,"previous_names":["mujhtech/b0"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mujhtech/b0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fb0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fb0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fb0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fb0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mujhtech","download_url":"https://codeload.github.com/Mujhtech/b0/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mujhtech%2Fb0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273543797,"owners_count":25124340,"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-09-04T02:00:08.968Z","response_time":61,"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":"2025-09-04T02:47:42.699Z","updated_at":"2025-09-04T02:47:43.640Z","avatar_url":"https://github.com/Mujhtech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# b0\n\nYour AI backend builder.\n\n\u003e [!IMPORTANT]\n\u003e Currently in development.\n\n## Database Migration\n\nTo generate a migration file, run the following command:\n\n```bash\n$ cd ./backend \u0026\u0026 migrate create database/migrate/postgres migration_name\n```\n\n## Running Locally\n\n### Prerequisites\n\n- Go 1.21 or later\n- Node.js 18 or later\n- PNPM\n- PostgreSQL 14\n- Redis\n\n### Without Docker\n\n1. Set up the database:\n\n```bash\n# Create PostgreSQL database\ncreatedb b0\n```\n\n2. Start the backend:\n\n```bash\n# Navigate to backend directory\ncd backend\n\n# Copy and configure environment variables\ncp .env.example .env\n\n# Install dependencies and build\ngo mod download\ngo build -o b0 ./cmd\n\n# Run migrations\n./b0 migrate up\n\n# Start the server\n./b0 server\n```\n\n3. Start the frontend:\n\n```bash\n# Navigate to frontend directory\ncd frontend\n\n# Copy and configure environment variables\ncp .env.example .env\n\n# Install dependencies\npnpm install\n\n# Start development server\npnpm run dev\n```\n\nThe application will be available at:\n\n- Frontend: http://localhost:3000\n- Backend API: http://localhost:5555\n\n### With Docker\n\n1. Configure environment:\n\n```bash\n# Copy environment files\ncp backend/.env.example backend/.env\ncp frontend/.env.example frontend/.env\n```\n\n2. Start all services:\n\n```bash\n# Start the development stack\ndocker compose -f docker-compose.dev.yaml up -d\n```\n\nThe application will be available at:\n\n- Frontend: http://localhost:5173\n- Backend API: http://localhost:5555\n- Traefik Dashboard: http://localhost:8080\n\n### Available Services\n\n- Frontend: React application\n- Backend: Go API server\n- PostgreSQL: Database (port 5432)\n- Redis: Cache (port 6379)\n- Traefik: Reverse proxy and load balancer\n\n## Development\n\nFor hot-reload development:\n\n- Frontend changes will automatically reload\n- Backend requires rebuilding the Go binary for changes to take effect\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmujhtech%2Fb0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmujhtech%2Fb0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmujhtech%2Fb0/lists"}