{"id":21489916,"url":"https://github.com/ewertoncodes/backend","last_synced_at":"2025-03-17T11:11:48.243Z","repository":{"id":42857620,"uuid":"260365959","full_name":"ewertoncodes/backend","owner":"ewertoncodes","description":"simple api for the storage of projects. applied all the main concepts of nodejs and express","archived":false,"fork":false,"pushed_at":"2022-12-12T15:45:22.000Z","size":142,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T20:32:34.826Z","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/ewertoncodes.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-01T02:48:02.000Z","updated_at":"2023-03-08T21:26:19.000Z","dependencies_parsed_at":"2023-01-27T21:46:14.196Z","dependency_job_id":null,"html_url":"https://github.com/ewertoncodes/backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewertoncodes","download_url":"https://codeload.github.com/ewertoncodes/backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022711,"owners_count":20385134,"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-23T14:29:09.991Z","updated_at":"2025-03-17T11:11:48.223Z","avatar_url":"https://github.com/ewertoncodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"#rocket-about-the-project\"\u003eAbout the project\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#ballot_box_with_check-goals\"\u003eGoals\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#checkered_flag-installation\"\u003eInstallation\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-licence\"\u003eLicence\u003c/a\u003e\n\u003c/p\u003e\n\n## :rocket: About the project\n\nA application to storage projects using [Express](https://expressjs.com/pt-br/).\n\n## :ballot_box_with_check: Goals\n\nApply all the main concepts of NodeJS and Express. How to use global/local middlewares, how to do a CRUD (Create, Read, Update, Delete) and learn the behavior of the requests and responses.\n\n## :checkered_flag: Installation\n`yarn install`\n\nTo start the application:\n\n`yarn dev` \n\n### Routes\n\n- `POST /projects`: This route receives the id and title in the body of the request. Creating a project like this format: `{ title: 'NewProject', owner: 'Name' }`;\n\n- `GET /projects`: This route list all the projects storaged\n\n- `PUT /projects/:id`: This route update a project, receiving the `id` as a route param and the `title` in the request body.\n\n- `DELETE /projects/:id`: This route delete a project, receiving the `id` of the specific project as a route param.\n\n## :memo: Licence\n\nMIT Licence. See the file [LICENSE](LICENSE.md) for more details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewertoncodes%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewertoncodes%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewertoncodes%2Fbackend/lists"}