Skip to content

hakanmert/Scrumapp

 
 

Repository files navigation

Scrumapp

A project management application that uses Agile Scrum methodology and exemplify ASP.NET Core 2.0 Mvc technology.

Requirements

  • 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.

Getting Started

After open the solution ensure that you run below instructions to have an existing database hosted in MSSQLLocalDB.

  • PM (Package Manager Console) > update-database

Highlighted Topics

  • .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

Screenshots

Project Profile

Project Profile

Scrumboard

Scrumboard

About

A project management application that uses Agile Scrum methodology and exemplify ASP.NET Core 2.0 Mvc technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.7%
  • HTML 33.2%
  • CSS 2.1%