This is a simple CRUD (Create, Read, Update, Delete) application project developed in ASP.NET, focused on student management.
Make sure to have the ASP.NET environment properly set up before running this application. You can use Visual Studio or any other ASP.NET compatible development tool.
The "Students" tab displays a list of all registered students.
Use the "Create New" option to add new students to the system.
Edit the information of an existing student through the "Edit" option.
Remove a student from the system using the "Delete" option.
There is a separate tab to view and manage premium students.
It is possible to register/login with an email in the application. However, there is no functionality for this feature yet.
- Clone this repository to your local development environment.
- Open the project in Visual Studio or your preferred development tool.
- Ensure the installation and update of all packages.
- Run the application.
- ASP.NET Core
- Entity Framework Core (Sqlite / Tools)
- Visual Studio Web Codegeneration
- HTML, CSS, JavaScript (for the user interface)
Feel free to contribute, report issues, or suggest improvements.