An asp.net mvc college portal application.
This Project was created with asp.net MVC framework (only works on windows), html, css, javaScript, jQuery, signalR, SQL.
The project was tested only with visual studio.
- clone this repository.
- open visual studio.
- go to file -> open -> Project\Solution
- select NetworkProject.sln
- run the program (press start in visual studio)
Existing users:
- Student - Id = 123456789, password = user1
- Faculty - Id = 987654321, password = user2
- Lecturer - Id = 123451234, password = user3
- Admin - Id = 123451235, password = user4
Application includes 4 types of users (Student, Faculty, Lecturer and Admin), each user has different options.
Student:
Faculty:
Lecturer:
Admin:
All users can chat online:
Please let me know if you find bugs or something that needs to be fixed.
Hope you enjoy.