{"id":23223253,"url":"https://github.com/fel1324/mydestiny","last_synced_at":"2026-04-13T06:07:16.096Z","repository":{"id":185422345,"uuid":"673512067","full_name":"Fel1324/MyDestiny","owner":"Fel1324","description":"Projeto final (em grupo) da disciplina Laboratório de Mediação e Intervenção Sociocultural - Professor: Celso Faustino da Silva Junior, 2º ano do Ensino Médio com Habilitação Profissional de Técnico em Informática para Internet - ETEC Comendador João Rays - 4º Bimestre.","archived":false,"fork":false,"pushed_at":"2023-12-21T18:23:30.000Z","size":68642,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T13:30:25.810Z","etag":null,"topics":["csharp","cshtml","css","dotnet","git","github","javascript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fel1324.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-08-01T19:51:18.000Z","updated_at":"2024-06-17T10:12:04.000Z","dependencies_parsed_at":"2023-12-21T19:50:17.611Z","dependency_job_id":null,"html_url":"https://github.com/Fel1324/MyDestiny","commit_stats":null,"previous_names":["fel1324/mydestiny"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fel1324%2FMyDestiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fel1324%2FMyDestiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fel1324%2FMyDestiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fel1324%2FMyDestiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fel1324","download_url":"https://codeload.github.com/Fel1324/MyDestiny/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247365248,"owners_count":20927290,"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":["csharp","cshtml","css","dotnet","git","github","javascript"],"created_at":"2024-12-18T23:16:42.538Z","updated_at":"2026-04-13T06:07:16.043Z","avatar_url":"https://github.com/Fel1324.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🧳 MyDestiny 🧳\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=49AA26\u0026labelColor=000000\"\u003e\n\u003c/p\u003e\n\n\n\u003ch3 align=\"justify\"\u003eProjeto final (em grupo) da disciplina Laboratório de Mediação e Intervenção Sociocultural - Professor: Celso Faustino da Silva Junior, 2º ano do Ensino Médio com Habilitação Profissional de Técnico em Informática para Internet - ETEC Comendador João Rays - 4º Bimestre.\u003ch3\u003e\n\n\u003cbr\u003e\n\n## Tópicos\n- [Algumas telas do projeto](#telas)\n- [Executando o projeto](#execute)\n- [Descrição](#desc)\n- [Tecnologias utilizadas](#tec)\n- [Status do projeto](#status)  \n- [Desenvolvedores do projeto](#devs)\n- [Licença](#license)\n\n\u003cbr\u003e\n\n\u003ch2 id=\"telas\"\u003e🖼 Algumas telas do projeto\u003c/h2\u003e\n\n\u003ch3\u003eHome\u003c/h3\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg width=\"65%\" src=\".github/home.jpg\" alt=\"Página inicial\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003ch3\u003eAtrações\u003c/h3\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg width=\"65%\" src=\".github/attractions.jpg\" alt=\"Atrações\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003ch3\u003eSobre nós\u003c/h3\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003cimg width=\"65%\" src=\".github/about.jpg\" alt=\"Sobre nós\"\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003ch2 id=\"execute\"\u003e📋 Executando projeto\u003c/h2\u003e\n\n\u003ch3\u003ePré-requisito\u003c/h3\u003e\n\n- [.NET 6.0](https://dotnet.microsoft.com/pt-br/download/dotnet/thank-you/sdk-6.0.417-windows-x64-installer)\n\n\u003ch3\u003ePasso a passo\u003c/h3\u003e\n\n```bash\n# Clone este repositório\n$ git clone https://github.com/Fel1324/MyDestiny.git\n\n# Acesse a pasta do projeto no terminal/cmd\n$ cd MyDestiny\n\n# Com o .NET instalado execute os seguintes comandos\n$ dotnet restore\n$ dotnet clean\n$ cd MyDestiny\n\n# Por fim, para iniciar o projeto execute o comando abaixo\n$ dotnet run\n\nO servidor irá iniciar em -\u003e https://localhost:7007\n```\n\n\u003cbr\u003e\n\n\u003ch2 id=\"desc\"\u003e💾 Descrição\u003c/h2\u003e\n\n\u003cp align=\"justify\"\u003e\n    MyDestiny é um site que exibe alguns dos principais pontos turísticos mais atrativos da região de Bauru-SP e algumas atrações turísticas presentes no interior de São Paulo. \n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003ch2 id=\"tec\"\u003e🚀 Tecnologias utilizadas\u003c/h2\u003e\n\n* CSHTML e CSS\n* Javascript\n* Git e Github\n* C# e .NET\n\n\u003cbr\u003e\n\n\u003ch2 id=\"status\"\u003e🚧 Status dos projetos\u003c/h2\u003e\n\n✔️ Projeto Finalizado\n\n\u003cbr\u003e\n\n\u003ch2 id=\"devs\"\u003e👨‍💻 Desenvolvedores do projeto\u003c/h2\u003e\n\n* Rafael Roberto de Oliveira\n* Matheus Nunes Bertolini\n* José Francisco dos Santos Neto\n* Rafael Haziel Silva Buss\n\n\u003cbr\u003e\n\n\u003ch2 id=\"license\"\u003e📝 Licença\u003c/h2\u003e\n\nO projeto está sob a licença MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffel1324%2Fmydestiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffel1324%2Fmydestiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffel1324%2Fmydestiny/lists"}