A project management application that uses Agile Scrum methodology and exemplify ASP.NET Core 2.0 Mvc technology.
- Visual Studio 2017 (Downlaod here)
- You can set UseInMemoryDatabase=true in appsettings.json file to not need any database instance.
- Or you can set UseInMemoryDatabase=false in appsettings.json file in order to use MSSQL instance.
After open the solution ensure that you run below instructions to have an existing database hosted in MSSQLLocalDB.
- PM (Package Manager Console) > update-database
- .NET Core Identity
- Extending Identity User, Role and UserRole
- Upload files with IFormFile and creating a useful utiliy for (Scrumapp.WebMvcUI.Utilities IFormService).
- CRUD operations