{"id":19777085,"url":"https://github.com/anibalventura/pokedex-web","last_synced_at":"2026-04-29T21:07:09.477Z","repository":{"id":73488523,"uuid":"498537114","full_name":"anibalventura/pokedex-web","owner":"anibalventura","description":"Made with ASP.NET, FluentAPI to manage a SQL database and layers architecture.","archived":false,"fork":false,"pushed_at":"2022-06-11T23:23:12.000Z","size":2463,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-03T13:52:39.980Z","etag":null,"topics":["asp-net-core","bootstrap","csharp","dotnet","fluent-api","onion-architecture","pokedex-site","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","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/anibalventura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-06-01T00:17:33.000Z","updated_at":"2022-08-28T16:30:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c458f94-3457-4458-a709-0265b1576df6","html_url":"https://github.com/anibalventura/pokedex-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anibalventura/pokedex-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalventura%2Fpokedex-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalventura%2Fpokedex-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalventura%2Fpokedex-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalventura%2Fpokedex-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anibalventura","download_url":"https://codeload.github.com/anibalventura/pokedex-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anibalventura%2Fpokedex-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["asp-net-core","bootstrap","csharp","dotnet","fluent-api","onion-architecture","pokedex-site","sql-server"],"created_at":"2024-11-12T05:23:08.134Z","updated_at":"2026-04-29T21:07:09.459Z","avatar_url":"https://github.com/anibalventura.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokedex Web\n\n[![.NET Core](https://img.shields.io/static/v1?label=.NET%20Core\u0026message=5.0\u0026color=purple)](https://dotnet.microsoft.com)\n[![License](https://img.shields.io/static/v1?label=License\u0026message=MIT\u0026color=blue)](LICENCE.md)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshots/pokedex-home.png\" height=300px/\u003e\n  \u003cimg src=\"./screenshots/pokedex-pokemon-edit.png\" height=300px/\u003e\n\u003c/p\u003e\n\nMade with ASP.NET, FluentAPI to manage a SQL database and layers architecture.\n\n## Features\n\n- Data persistence with SQL Server.\n- Home page to see all the Pokemons created.\n- Filter Pokemons in home page by name and region.\n- Pokemons, Regions and Types maintenance pages to perform CRUD operations.\n- Form validations.\n\n## Technologies\n\n- [ASP.NET](https://dotnet.microsoft.com/en-us/apps/aspnet)\n- [Fluent API](https://docs.microsoft.com/en-us/ef/ef6/modeling/code-first/fluent/relationships)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n- [Bootstrap](https://getbootstrap.com)\n\n\n\n## Dependencies\n\n- [Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation - Version 5.0.17](https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation)\n- [Microsoft.EntityFrameworkCore.Design - Version 5.0.17](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design)\n- [Microsoft.EntityFrameworkCore.SqlServer - Version 5.0.17](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer)\n- [Microsoft.EntityFrameworkCore.Tools - Version 5.0.17](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools)\n- [Microsoft.EntityFrameworkCore.Relational - Version 5.0.17](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational)\n\n## Build\n\n1. Create a SQL Server database.\n\n2. Open solution in [Visual Studio](https://visualstudio.microsoft.com) and edit the `ConnectionStrings` section on `appsettings.json` in `PokedexWebApp` layer.\n\n```json\n\"ConnectionStrings\": {\n    \"DefaultConnection\": \"Server=localhost,PortNumber;Database=DatabaseName;User=DatabaseUser;Password=DatabasePassword;Trusted_Connection=false;MultipleActiveResultSets=true\"\n  }\n```\n\n3. Run migrations.\n\n* On Windows: Open `Package Console` and run:\n```\nAdd-Migration \"First migration\"\nUpdate-Database\n```\n\n- On Linux/MacOS: Install [.NET Core CLI tools](https://docs.microsoft.com/en-us/ef/core/get-started/overview/install#get-the-net-core-cli-tools) and run in terminal:\n```\ndotnet ef --startup-project ./PokedexWebApp/ migrations add Initial\ndotnet ef --startup-project ./PokedexWebApp/ database update\n```\n\n4. Run the project.\n\n\n## License\n\n```xml\nMIT License\n\nCopyright (c) 2022 Anibal Ventura\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalventura%2Fpokedex-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanibalventura%2Fpokedex-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanibalventura%2Fpokedex-web/lists"}