Simple CRM model in C# using .NET 3.1 created for Programing classes.
Login page Registration page Landing page My account page Users list Companies list with given filter Contacts list with surname filter Adding new note to the company Showing list of users with specific role Businesses list
- C#
- .NET 3.1
Open CRM.sln
file in Visual Studio and run the app.
Open http://localhost:5001 to view it in the browser.
- 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
Project is: completed
We had to do CRM model, so I decieded to do it in .NET to learn that technology.
Created by @HondaPL 2020