{"id":25063791,"url":"https://github.com/mlsakiit/weave-backend","last_synced_at":"2025-04-14T17:53:30.779Z","repository":{"id":275166246,"uuid":"916443764","full_name":"MLSAKIIT/weave-backend","owner":"MLSAKIIT","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T19:12:55.000Z","size":106,"stargazers_count":3,"open_issues_count":1,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T06:23:36.342Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MLSAKIIT.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":"2025-01-14T05:23:10.000Z","updated_at":"2025-03-17T19:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"18f90fe9-7e26-46f6-a2e6-aff2881381a1","html_url":"https://github.com/MLSAKIIT/weave-backend","commit_stats":null,"previous_names":["mlsakiit/weave-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLSAKIIT%2Fweave-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLSAKIIT%2Fweave-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLSAKIIT%2Fweave-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MLSAKIIT%2Fweave-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MLSAKIIT","download_url":"https://codeload.github.com/MLSAKIIT/weave-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248931694,"owners_count":21185228,"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-02-06T18:54:04.293Z","updated_at":"2025-04-14T17:53:30.774Z","avatar_url":"https://github.com/MLSAKIIT.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weave-backend\n\nTo install dependencies:\n```sh\nbun install\n```\n\nTo run:\n```sh\nbun run dev\n```\n\nopen http://localhost:3000\n\n## Docker Usage\n\nBuild the image:\n```bash\ndocker build -t weave-backend .\n```\n\nRun the container:\n```bash\ndocker run -d -p 3000:3000 --name weave-backend weave-backend\n```\n\nThe API will be available at http://localhost:3000\n\n## Docker Management\n\n### Rebuild and Restart\nAfter making changes to the code, rebuild and restart the container:\n```bash\n# Stop the running container\ndocker stop weave-backend\n\n# Remove the old container\ndocker rm weave-backend\n\n# Rebuild the image\ndocker build -t weave-backend .\n\n# Start a new container\ndocker run -d -p 3000:3000 --name weave-backend weave-backend\n```\n\n### Quick Restart (without rebuild)\nTo restart the container without rebuilding:\n```bash\ndocker restart weave-backend\n```\n\n### Stop and Remove\nTo stop and remove the container:\n```bash\n# Stop the container\ndocker stop weave-backend\n\n# Remove the container\ndocker rm weave-backend\n\n# Optionally, remove the image\ndocker rmi weave-backend\n```\n\n### View Logs\nTo view container logs:\n```bash\n# Follow logs in real-time\ndocker logs -f weave-backend\n\n# View last N lines\ndocker logs --tail 100 weave-backend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlsakiit%2Fweave-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlsakiit%2Fweave-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlsakiit%2Fweave-backend/lists"}