- Notifications
You must be signed in to change notification settings - Fork28
HondaPL/CRM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple CRM model in C# using .NET 3.1 created for Programing classes.
Login pageRegistration 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
OpenCRM.sln
file in Visual Studio and run the app.
Openhttp://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