{"id":27994261,"url":"https://github.com/danhpaiva/users-mvc-net","last_synced_at":"2025-09-04T07:40:33.864Z","repository":{"id":131280184,"uuid":"544133801","full_name":"danhpaiva/users-mvc-net","owner":"danhpaiva","description":"👤~ Project in .Net of a simple registration of users","archived":false,"fork":false,"pushed_at":"2022-10-02T15:53:20.000Z","size":893,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-30T13:43:04.310Z","etag":null,"topics":["csharp","hacktoberfest","mvc","visual-studio-code"],"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/danhpaiva.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-01T18:28:35.000Z","updated_at":"2022-10-01T23:07:22.000Z","dependencies_parsed_at":"2023-05-18T05:31:51.776Z","dependency_job_id":null,"html_url":"https://github.com/danhpaiva/users-mvc-net","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danhpaiva/users-mvc-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhpaiva%2Fusers-mvc-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhpaiva%2Fusers-mvc-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhpaiva%2Fusers-mvc-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhpaiva%2Fusers-mvc-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danhpaiva","download_url":"https://codeload.github.com/danhpaiva/users-mvc-net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danhpaiva%2Fusers-mvc-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574111,"owners_count":25129882,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","hacktoberfest","mvc","visual-studio-code"],"created_at":"2025-05-08T19:09:44.147Z","updated_at":"2025-09-04T07:40:33.847Z","avatar_url":"https://github.com/danhpaiva.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003ca href=\"https://github.com/danhpaiva/users-mvc-net\"\u003eProject in .Net of a simple registration of users\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#\"\u003e\n    \u003cimg src=\"src\\logo.svg\" width=\"500\" alt=\"Net\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#status\"\u003eStatus\u003c/a\u003e • \n \u003ca href=\"#objective\"\u003eObjective\u003c/a\u003e •\n \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \n \u003ca href=\"#technology\"\u003eTechnology\u003c/a\u003e • \n \u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e • \n \u003ca href=\"#licence\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\" id=status\u003e \n\t✔️ Concluded ✔️\n\u003c/h2\u003e\n\n\u003ch2 id=objective\u003e📜 Objective\u003c/h2\u003e\n\nStudy and develop codes that will be useful in everyday life.\u003cbr\u003e\nCommand lines used here:\n\ncreate project\n~~~\ndotnet new mvc\n~~~\n\nrun the project\n~~~\ndotnet watch run\n~~~\n\nintegration with sqlserver\n~~~\ndotnet add package Microsoft.EntityFrameWorkCore.SqlServer\n~~~\n\nframework\n~~~\ndotnet add package Microsoft.EntityFrameWorkCore.Design\n~~~\n\ncreate migrations\n~~~\ndotnet ef migrations add AdicionaTabelaContato\n~~~\n\nupdate the database\n~~~\ndotnet ef database update\n~~~\n\n\u003ch2 id=installation\u003e☑️ Installation\u003c/h2\u003e\n\n1. Clone the repository\n2. Choose the project\n3. Run it\n\n\u003ch2 id=technology\u003e🧰 Technology\u003c/h2\u003e\n\nThe following technologies were used in this project:\n\n- GIT: \u003ca href=\"https://git-scm.com/downloads\"\u003eSetup\u003c/a\u003e\n- Visual Studio Code: \u003ca href=\"https://code.visualstudio.com/download\"\u003eVisual Studio Code\u003c/a\u003e\n  \n\u003ch2 id=author\u003e😄 Author\u003c/h2\u003e\nDeveloped by \u003ca href=\"https://www.linkedin.com/in/danhpaiva/\"\u003eDaniel Paiva\u003c/a\u003e\n\n\u003ch2 id=licence\u003e🆓 Licence\u003c/h2\u003e\nThis project is under license: \u003ca href=\"https://github.com/danhpaiva/users-mvc-net/blob/main/LICENSE\"\u003eMIT\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhpaiva%2Fusers-mvc-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanhpaiva%2Fusers-mvc-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanhpaiva%2Fusers-mvc-net/lists"}