Skip to content

HondaPL/CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM

Simple CRM model in C# using .NET 3.1 created for Programing classes.

Table of contents

Screenshots

Login page Example screenshot Registration page Example screenshot Landing page Example screenshot My account page Example screenshot Users list Example screenshot Companies list with given filter Example screenshot Contacts list with surname filter Example screenshot Adding new note to the company Example screenshot Showing list of users with specific role Example screenshot Businesses list Example screenshot

Technologies

  • C#
  • .NET 3.1

Setup

Open CRM.sln file in Visual Studio and run the app.

Open http://localhost:5001 to view it in the browser.

Features

  • MVC (Model-View-Controller) app
  • Login/Registration model
  • 3 types of roles: Admin, Moderator and User
  • Specific views for each role
  • Filtering system for searching for specific types of companies or searching companies with creation date in specific range.
  • Filtering contacts by surname
  • Paging and listing users and companies.
  • Checking authentication
  • Keeping all informations in local data base

Status

Project is: completed

Inspiration

We had to do CRM model, so I decieded to do it in .NET to learn that technology.

Contact

Created by @HondaPL 2020

Releases

No releases published

Packages

No packages published

Languages