{"id":43338605,"url":"https://github.com/caiquecastro/equipments-crud","last_synced_at":"2026-02-02T00:39:50.011Z","repository":{"id":42672842,"uuid":"264029050","full_name":"caiquecastro/equipments-crud","owner":"caiquecastro","description":"REST API to manage equipments","archived":false,"fork":false,"pushed_at":"2024-03-28T21:46:15.000Z","size":385,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-15T01:57:34.187Z","etag":null,"topics":["express","knex","nodejs","objectionjs","sqlite3"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/caiquecastro.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}},"created_at":"2020-05-14T21:27:54.000Z","updated_at":"2023-03-07T13:13:53.000Z","dependencies_parsed_at":"2023-02-13T17:31:03.416Z","dependency_job_id":null,"html_url":"https://github.com/caiquecastro/equipments-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caiquecastro/equipments-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiquecastro%2Fequipments-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiquecastro%2Fequipments-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiquecastro%2Fequipments-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiquecastro%2Fequipments-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caiquecastro","download_url":"https://codeload.github.com/caiquecastro/equipments-crud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caiquecastro%2Fequipments-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28997217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","knex","nodejs","objectionjs","sqlite3"],"created_at":"2026-02-02T00:39:49.953Z","updated_at":"2026-02-02T00:39:50.006Z","avatar_url":"https://github.com/caiquecastro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Equipments CRUD\n\n## Running locally\n\n### Requirements\n\n* Node.js (v18+)\n\n### Installation\n\nInstalling dependencies.\n\n```bash\n$ npm install\n```\n\nCreate the .env file. You can copy it from the example.\n\n```bash\n$ cp .env.example .env\n```\n\nRunning the migrations.\n\n```bash\n$ npm run migrate\n```\n\n### Running the application \n\n```\n$ yarn start\n```\n\n## Running on docker\n\n### Requirements\n\n* Docker (v19.03+)\n* Docker Compose (v1.24+)\n\n### Installation\n\nCreate the .env file. You can copy it from the example.\n\n```bash\n$ cp .env.example .env\n```\n\n### Running the application\n\n```\n$ docker compose up -d\n```\n\n### Running without docker compose\n\nBuild the docker image\n\n```\n$ docker build . --tag equipments-crud\n```\n\nStart a container with the recently created image\n\n```\n$ docker run --rm -d -p 3000:3000 equipments-crud\n```\n\n## Endpoints\n\n```\nGET /equipments         List of equipments\nPOST /equipments        Create an equipment\nGET /equipments/{id}    Get an equipment details\nPATCH /equipments/{id}  Update an equipment details\nDELETE /equipments/{id} Deletes an equipment\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiquecastro%2Fequipments-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaiquecastro%2Fequipments-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaiquecastro%2Fequipments-crud/lists"}