{"id":21734469,"url":"https://github.com/pedro-donoso/curso-express","last_synced_at":"2026-04-10T01:34:33.771Z","repository":{"id":118374647,"uuid":"586055175","full_name":"pedro-donoso/curso-express","owner":"pedro-donoso","description":"Curso de fundamentos de Express. Proyecto práctico con ejemplos de busqueda de cursos. Curso de freecodecamp que incluye conceptos básicos de desarrollo web back-end, npm, módulos de Node.js, JSON, HTTP","archived":false,"fork":false,"pushed_at":"2024-10-12T20:11:41.000Z","size":57,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T20:42:19.523Z","etag":null,"topics":["backend","express","json","localhost","nodejs","nodemon"],"latest_commit_sha":null,"homepage":"","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/pedro-donoso.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":"2023-01-06T20:24:19.000Z","updated_at":"2024-05-08T06:58:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"94edf79b-4214-4ac6-8131-bc4057e92eec","html_url":"https://github.com/pedro-donoso/curso-express","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/pedro-donoso%2Fcurso-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedro-donoso%2Fcurso-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedro-donoso%2Fcurso-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedro-donoso%2Fcurso-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedro-donoso","download_url":"https://codeload.github.com/pedro-donoso/curso-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711967,"owners_count":20497418,"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":["backend","express","json","localhost","nodejs","nodemon"],"created_at":"2024-11-26T05:09:12.325Z","updated_at":"2025-12-31T00:03:45.616Z","avatar_url":"https://github.com/pedro-donoso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![nodeexpress](https://user-images.githubusercontent.com/68760595/211105265-3ad86dc3-0976-4b72-a9ab-fec464e56ae4.jpg)\n\n\n### Steps\n\n1. Download zip file, extract and open folder with code editor\n\n#### In Terminal\n\n2. Create package.json:\n\n`npm init`\n\n3. Install express and nodemon:\n\n`npm i express`\n\n`npm i -g nodemon` (global)\n\n4. Run the server:\n\n`nodemon index.js`\n\n![index](https://user-images.githubusercontent.com/68760595/211103028-d1784c57-c84f-4a88-98c4-9212ab23e8c4.JPG)\n\n#### In browser\n\n5. View home:\n\n`http://localhost:3000/`\n\n![localhost](https://user-images.githubusercontent.com/68760595/211102210-30d20cb1-2838-4dc5-a451-e0a0325529d4.JPG)\n\n6. View all courses:\n\n`http://localhost:3000/api/cursos`\n\n![cursos](https://user-images.githubusercontent.com/68760595/211103423-1e995e88-087a-4ae8-a9cf-42f6e8817ff8.JPG)\n\n\n7. Routes:\n\n`http://localhost:3000/api/cursos/programacion`\n\n![programacion](https://user-images.githubusercontent.com/68760595/211103863-689d6dab-39ce-4795-bdd6-8b95417386a4.JPG)\n\n8. Routes for courses:\n\n`http://localhost:3000/api/cursos/programacion/python`\n\n![python](https://user-images.githubusercontent.com/68760595/211104191-82f908ef-ea98-4e06-81cb-b488039557d4.JPG)\n\n9. Routes for courses and level:\n\n![intermedio](https://user-images.githubusercontent.com/68760595/211104483-910f1b59-fd3a-4c53-bf7f-4cb62fad1669.JPG)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedro-donoso%2Fcurso-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedro-donoso%2Fcurso-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedro-donoso%2Fcurso-express/lists"}