{"id":18643468,"url":"https://github.com/adrianovolter/modulo-2","last_synced_at":"2026-04-07T07:44:29.331Z","repository":{"id":163250539,"uuid":"638476887","full_name":"AdrianoVolter/Modulo-2","owner":"AdrianoVolter","description":" Modulo 2  Back-End  |  curso FullStack   Senai SC / LAB365 ","archived":false,"fork":false,"pushed_at":"2023-07-06T22:07:06.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-05-17T17:08:08.436Z","etag":null,"topics":["backend","dbeaver","env","express","fs","git","http","javascript","json","migration","modules","nodejs","npm","postgresql","pwt","rbac-authorization","sequelize","sequelize-cli"],"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/AdrianoVolter.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-05-09T12:54:32.000Z","updated_at":"2023-07-07T19:36:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"a636e90d-c14c-484d-beb8-6423365c8a8d","html_url":"https://github.com/AdrianoVolter/Modulo-2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdrianoVolter/Modulo-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoVolter%2FModulo-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoVolter%2FModulo-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoVolter%2FModulo-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoVolter%2FModulo-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianoVolter","download_url":"https://codeload.github.com/AdrianoVolter/Modulo-2/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianoVolter%2FModulo-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["backend","dbeaver","env","express","fs","git","http","javascript","json","migration","modules","nodejs","npm","postgresql","pwt","rbac-authorization","sequelize","sequelize-cli"],"created_at":"2024-11-07T06:07:07.515Z","updated_at":"2026-04-07T07:44:29.326Z","avatar_url":"https://github.com/AdrianoVolter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Modulo 2  Back-End  |  curso FullStack   Senai/LAB365 | \n\n***\n### Tecnologias utilizadas\n\n\n\u003cp align=\"\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=nodejs,express,postgres,sequelize,javascript,git,github,vscode\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n***\n### Dependências usando Npm\n\u003cul\u003e\n    \u003cli\u003eExpress\u003c/li\u003e\n    \u003cli\u003eNodemon\u003c/li\u003e\n    \u003cli\u003eSequelize\u003c/li\u003e\n    \u003cli\u003eSequelize-cli\u003c/li\u003e\n    \u003cli\u003epg\u003c/li\u003e\n    \u003cli\u003eDotenv\u003c/li\u003e\n    \u003cli\u003ePg-connection-string\u003c/li\u003e\n    \u003cli\u003eCors\u003c/li\u003e\n\u003c/ul\u003e\n\n***\n### Node js \nIniciar um projeto node\n\n```bash\n  npm init -y\n```\nInstalação das dependêcias\n```bash\n  npm install \u003cdependências\u003e\n```\n\nInicie o servidor de desenvolvimento com o comando:\n```bash\n    npm start \n    \u003cou como foi configurado no scritp\u003e\n```\n\n****\n### Sql com Postgres e DBeaver \n\u003cul\u003e\n    \u003cli\u003eModelando Classes e Relacionamento\u003c/li\u003e\n    \u003cli\u003eSQL - Tipo de Dados\u003c/li\u003e\n    \u003cli\u003eDDL\u003c/li\u003e\n    \u003cli\u003eDML\u003c/li\u003e\n    \u003cli\u003eImplementando o Modelo com Tabelas\u003c/li\u003e\n    \n\u003c/ul\u003e\n\n\n***\n### Comandos do sequelize-cli \n\nInstalando sequlize-cli\n```bash\n    npm install sequelize-cli —save-dev\n```\nCriar a migration\n```bash\n    npx sequelize-cli migration:generate --name \u003cnome-da migration\u003e\n```\nExecuta as migrações para o banco de dados \n```bash\n    npx sequelize-cli db:migrate\n```\nReverter a migração mais recente que foi executada no banco de dados \n```bash\n    npx sequelize-cli db:migrate:undo\n```\n\n***\n## Adriano Jose Volter\n### Link do repositório [Click aqui !](https://github.com/AdrianoVolter/Modulo-2)\n\n### Meu perfil do GitHub  [ Click aqui !](https://github.com/AdrianoVolter)\n***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianovolter%2Fmodulo-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianovolter%2Fmodulo-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianovolter%2Fmodulo-2/lists"}