{"id":21253640,"url":"https://github.com/roc41d/crossfit-wod-api","last_synced_at":"2025-03-15T05:43:23.788Z","repository":{"id":188973334,"uuid":"678902948","full_name":"roc41d/crossfit-wod-api","owner":"roc41d","description":"Best practices for building Rest API with with JavaScript, Node.js, and Express.js","archived":false,"fork":false,"pushed_at":"2023-08-17T11:42:50.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T21:13:34.904Z","etag":null,"topics":[],"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/roc41d.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}},"created_at":"2023-08-15T16:42:00.000Z","updated_at":"2023-08-17T15:35:00.000Z","dependencies_parsed_at":"2023-08-17T18:41:19.623Z","dependency_job_id":null,"html_url":"https://github.com/roc41d/crossfit-wod-api","commit_stats":null,"previous_names":["roc41d/crossfit-wod-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fcrossfit-wod-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fcrossfit-wod-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fcrossfit-wod-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roc41d%2Fcrossfit-wod-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roc41d","download_url":"https://codeload.github.com/roc41d/crossfit-wod-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690146,"owners_count":20331728,"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":"2024-11-21T03:52:21.712Z","updated_at":"2025-03-15T05:43:23.768Z","avatar_url":"https://github.com/roc41d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crossfit wod api\n### Best practices for building Rest API with with JavaScript, Node.js, and Express.js\n\n## Getting started\n\n### Requirements\n```\nNode: v18.15.0\nNPM: v9.5.0\n```\n\n### Installation\nClone the repository\n\n```\ngit clone git@github.com:roc41d/crossfit-wod-api.git\n```\n\nSwitch to the project folder\n\n```\ncd crossfit-wod-api\n```\n\nInstall all the dependencies\n\n```\nnpm i\n```\n\nStart the local development server\n\n```\nnpm run dev\n```\n\nYou can now access the app at [http://localhost:3000](http://localhost:3000)\n\n\n## Setup with Docker\n\n### Additional Requirements\n\nInstall and setup [Docker](https://www.docker.com)\n\n* [Linux](https://docs.docker.com/engine/install/ubuntu/)\n* [Windows](https://www.docker.com/products/docker-desktop)\n\n### Build image\n\nSwitch to the project folder\n\n```\ncd crossfit-wod-api\n```\n\n```\ndocker build -t \u003cusername\u003e\u003capp-name\u003e:\u003ctag\u003e .\n\nEx. docker build -t rocard/crossfit-wod-api:v1.0 .\n```\n\n### Run app\n```\ndocker run -d -p \u003chost-port\u003e:\u003cdocker-port\u003e rocard/crossfit-wod-api:v1\n\nEx. docker run -d -p 3000:3000 \n```\n\nYou can now access the app at [http://localhost:3000](http://localhost:3000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froc41d%2Fcrossfit-wod-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froc41d%2Fcrossfit-wod-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froc41d%2Fcrossfit-wod-api/lists"}