{"id":21578337,"url":"https://github.com/gabrielbprado/api-programming-course","last_synced_at":"2026-05-18T22:05:57.602Z","repository":{"id":216904630,"uuid":"741641112","full_name":"Gabrielbprado/API-Programming-Course","owner":"Gabrielbprado","description":"This API allows user registration and their association with different scenarios. It utilizes Node.js, Express, and SQLite to provide robust functionalities.","archived":false,"fork":false,"pushed_at":"2024-11-28T21:03:09.000Z","size":357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T14:17:18.238Z","etag":null,"topics":["crud","javascript","nodejs"],"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/Gabrielbprado.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}},"created_at":"2024-01-10T20:09:28.000Z","updated_at":"2024-01-13T01:07:17.000Z","dependencies_parsed_at":"2024-03-22T20:29:09.435Z","dependency_job_id":"3d96afd3-5a15-4db4-a917-afa25dcb805a","html_url":"https://github.com/Gabrielbprado/API-Programming-Course","commit_stats":null,"previous_names":["gabrielbprado/api-programming-course"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabrielbprado%2FAPI-Programming-Course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabrielbprado%2FAPI-Programming-Course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabrielbprado%2FAPI-Programming-Course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gabrielbprado%2FAPI-Programming-Course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gabrielbprado","download_url":"https://codeload.github.com/Gabrielbprado/API-Programming-Course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244177648,"owners_count":20410993,"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":["crud","javascript","nodejs"],"created_at":"2024-11-24T13:10:14.402Z","updated_at":"2026-05-18T22:05:57.554Z","avatar_url":"https://github.com/Gabrielbprado.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js and SQLite Web API for User and Tables Management\n\nThis API allows user registration and their association with different scenarios. It utilizes Node.js, Express, and SQLite to provide robust functionalities.\n\n## Data Model\n\n![Data Model](./Assets/entidades.png)\n\n\n# How to Use\n\n1. **Install project dependencies:**\n   ```bash\n   npm install\n\n2. **Start to Server:**\n```node server.js```\n\n3. Access the API at http://localhost:3000\n\n# Available Routes\n\n- `POST /people`: Create a new user.\n- `GET /people/:id`: Get details of a specific user.\n- `POST /course`: Create a new course.\n- `GET /course/:id`: Get details of a specific course.\n# Exemplo de Requisição para Criar um Novo Usuário\n\n```json\n{\n        \"name\": \"Dine Docente\",\n        \"cpf\": \"80941142078\",\n        \"ativo\": true,\n        \"role\": \"docente\"      \n      },\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielbprado%2Fapi-programming-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielbprado%2Fapi-programming-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielbprado%2Fapi-programming-course/lists"}