{"id":20440603,"url":"https://github.com/vek03/projetoweb","last_synced_at":"2025-02-24T08:43:26.502Z","repository":{"id":228480313,"uuid":"770663083","full_name":"vek03/projetoweb","owner":"vek03","description":"CRUD simples de agendamentos em Node.js utilizando Handlebars, Express.js e Sequelize. Projeto desenvolvido em grupo para introdução aos fundamentos do Github. Colaboradores: @EGGzin0402 @juan9321 @VictordRoma","archived":false,"fork":false,"pushed_at":"2024-07-07T02:42:27.000Z","size":471,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-06T12:38:41.406Z","etag":null,"topics":["colaboration","crud-application","express","github","handlebars-js","js","nodejs","sequelize"],"latest_commit_sha":null,"homepage":"","language":"Handlebars","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/vek03.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":"2024-03-11T23:54:22.000Z","updated_at":"2024-07-07T02:42:30.000Z","dependencies_parsed_at":"2024-11-15T09:43:41.317Z","dependency_job_id":null,"html_url":"https://github.com/vek03/projetoweb","commit_stats":null,"previous_names":["vek03/aula-handlebar-nodejs","vek03/crud-nodejs-handlebar"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vek03%2Fprojetoweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vek03%2Fprojetoweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vek03%2Fprojetoweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vek03%2Fprojetoweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vek03","download_url":"https://codeload.github.com/vek03/projetoweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240449772,"owners_count":19803122,"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":["colaboration","crud-application","express","github","handlebars-js","js","nodejs","sequelize"],"created_at":"2024-11-15T09:25:18.645Z","updated_at":"2025-02-24T08:43:26.467Z","avatar_url":"https://github.com/vek03.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ETAPAS\nO projeto está concluído:\n\n- [x] Estrutura\n- [x] Front-End\n- [x] Create\n- [x] Read\n- [x] Update\n- [x] Delete\n\n\n\u003e Projeto CRUD de Agendamentos com Node.js e Handlebars\n\n# INICIANDO PROJETO\u003c/h1\u003e\n### (SEMPRE CLONE DA BRANCH DE HOMOLOGAÇÃO)\n- Crie uma base de dados MySQL chamada \"agendamentos_bd\"\n```\ngit clone -b homologacao https://github.com/vek03/CRUD-nodejs-handlebar.git\ncd \u003cprojeto\u003e\nnpm i\nnpm run start\n```\n- htttp://localhost:8081\n\n\u003cbr\u003e\u003cbr\u003e\n\n# EXPLICAÇÕES\n- Models: arquivos da estrutura das tabelas\n- Server: arquivo de conexão ao banco\n- app.js: inicialização das bibliotecas, rotas e operações\n- views/layout: arquivos de layout que serão utilizados em todas as páginas\n- views: paginas do projeto \n\n\u003cbr\u003e\u003cbr\u003e\n\n# GITHUB\n\u003e SUBINDO SUAS ALTERAÇÕES PARA O GITHUB\n## PRIMEIRA VEZ (quando ainda não existir a sua branch):\n```\ngit branch \u003cseu_nome\u003e\ngit checkout \u003cseu_nome\u003e\ngit add *\ngit commit -m \"\u003cseu_comentario\u003e\"\ngit push -u origin \u003cseu_nome\u003e\n```\n- pull request pelo site do Github da sua branch para a branch de homologação\n\n\u003cbr\u003e\n\n## OUTRAS VEZES\n```\ngit add *\ngit commit -m \"\u003cseu_comentario\u003e\"\ngit push\n```\n- pull request pelo site do Github da sua branch para a branch de homologação\n\n\u003cbr\u003e\u003cbr\u003e\n\n# PUXANDO AS ALTERAÇÕES DA BRANCH DE HOMOLOGAÇÃO\nCaso o projeto já exista na sua máquina e outra pessoa tiver feito alterações antes de você, execute:\n```\ngit pull https://github.com/vek03/CRUD-nodejs-handlebar.git homologacao\n```\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n# DOCUMENTAÇÃO\n```\nnpm i express --save\nnpm i express-handlebars --save\nnpm i sequelize --save\nnpm i mysql2 --save\nnpm i nodemon --save-dev\nnpm i body-parser --save\nnpm i @handlebars/allow-prototype-access --save\n```\n\n- Front-End: https://handlebarsjs.com/guide/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvek03%2Fprojetoweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvek03%2Fprojetoweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvek03%2Fprojetoweb/lists"}