Skip to content

Complaints Management system for telecomunication services

Notifications You must be signed in to change notification settings

JhonasV/ComplaintsManagement

Repository files navigation

Complaints Management

Complaints Management system for telecomunication products

Features

Management for:

  • Customers
  • Complaints status
  • Complaints options
  • Complaints
  • Products
  • Departments
  • Users
  • Roles

Technologies

  • ASP.NET MVC 5
  • Bootstrap with Mataerial UI theme
  • EntityFramework 6
  • Identity Server

Installation

Restore the dependecies in the folder ComplaintsManagement

dotnet restore

Add Sql Server connection string in ComplaintsManagement.UI/Web.config file

  <connectionStrings>
    <add name="DefaultConnection" connectionString="Your Sql Server connection string here" />
  </connectionStrings>

Go in the root of the folder ComplaintsManagement\ComplaintsManagement.UI and setup the database

Enable-Migrations

and

Update-database

Run the project

Load the project in Visual Studio

Preview


About

Complaints Management system for telecomunication services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published