An open API service indexing awesome lists of open source software.

https://github.com/fraineralex/pokedex-app

Pokedex App is a web application developed in ASP.NET that allows us to perform a complete maintenance of pokemon, regions and types of pokemon, from this we can list, create, edit and delete any of these entities. From the home page we can filter the pokemon by the regions registered in the system or by typing their name.
https://github.com/fraineralex/pokedex-app

asp-net-mvc bootstrap5 csharp entity-framework-core html-css-javascript mvc-architecture pokedex razor

Last synced: 7 months ago
JSON representation

Pokedex App is a web application developed in ASP.NET that allows us to perform a complete maintenance of pokemon, regions and types of pokemon, from this we can list, create, edit and delete any of these entities. From the home page we can filter the pokemon by the regions registered in the system or by typing their name.

Awesome Lists containing this project

README

          

# Pokedex-App

Pokedex App is a web application developed in ASP.NET that allows us to perform a complete maintenance of pokemon, regions and types of pokemon, from this we can list, create, edit and delete any of these entities. From the home page we can filter the pokemon by the regions registered in the system or by typing their name.

##### Test the demo [HERE]( "HERE")



## Technologies

- Frontend
- html
- css
- Bootstrap
- js
- ASP.NET Razor

- Backend
- C# ASP.NET (6.0)
- Microsoft Entity Framework Core
- Microsoft Entity Framework Core Relational
- Microsoft Entity Framework Core SqlServer
- Microsoft Entity Framework Core Tools
- Microsoft Entity Framework Core Design
- Microsoft Entity Framework Code First

- ORM
- Entity Framework

- DB
- SQL Server




## Project images

[![Pokedex-App.png](https://i.postimg.cc/9M3P24Pq/Pokedex-App.png)](https://postimg.cc/JyqHcz21)




## What do you need to run this project ?

- Visual Studio 2022 onwards
- ASP.NET - v6.0 onwards
- SQL Server - v3.39.2 onwards




## Installation

- Download the project or clone it
- download [CLICK AQUI](https://github.com/Fraineralex/Pokedex-App/archive/refs/heads/master.zip)
- clone [CLICK AQUI](https://github.com/Fraineralex/Pokedex-App.git)

- You need to open the project where is located using Visual Studio 2022.
```js
//C:\Users\Frainer Alexander\PC\Desktop\Pokedex-App> - take this path whit example
```

- Now you need to open the file called "appsettings.json" and put the name of your server or computer where it belongs, example:
```cmd
Server=Lenovo-8517;
```

- Then in Visual Studio go to:
```cmd
Tools/NuGet packages manager/Package management console
```

- When you are in the console type the following command:
```cmd
Update-Database
```

- Now run the project and the application will run on your default browser.




## Developer
- Frainer Alexander -> [Github](https://github.com/Fraineralex)