This repository contains a CRUD (Create, Read, Update, Delete) application for managing football players, built with ASP.NET MVC and Entity Framework.
- Create: Add new football players with details such as name, position, and team.
- Read: View a list of all football players and search for specific players.
- Update: Edit the details of existing football players.
- Delete: Remove football players from the database.
- Responsive UI: User-friendly interface designed with ASP.NET MVC.
- .NET 6 SDK or later
- SQL Server or another compatible database
-
Clone the repository:
git clone https://github.com/krispyarena/players.git cd players
-
Set up the database:
- Update the connection string in
appsettings.json
to point to your database. - Run the database migrations to set up the schema:
dotnet ef database update
- Update the connection string in
-
Run the application:
dotnet run
-
Open your browser and navigate to
https://localhost:5001
to see the app in action.
- ASP.NET Core MVC
- Entity Framework Core
- SQL Server
Contributions are welcome! Please fork this repository and submit pull requests with your changes.
This project is licensed under the MIT License.