Asp-Core-WebApp for student database management and Id generation.
Qr Code + pdf generator + Sql Database operation
Features include
- Perform CRUD operations on each table listed below
- Use ASP.Net Core MVC architecture with proper file and folder structure and EF Core
- Use appSettings.js file, add proper validations and cover all code review points
- Use Dependency injection and Repository pattern and attribute routing(With token or without token)
- Design form using tag helpers
- Sql Queriy optimized for DB operation
- Nice User interface
- Javascript validation
- Q-R code generation
- Pdf generation
How to used it.
- clone this git repo
- Install visual studio from here
- Open Repository with visual stdio
- Import database with microsoft sql server
- Run the appliaction
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.