Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.53 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.53 KB

College-portal

Project Explanation

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.

Project Run (Windows):

  • 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

Demo:

Application includes 4 types of users (Student, Faculty, Lecturer and Admin), each user has different options.


Student:

ALT "A demo video"


Faculty:

ALT "A demo video"


Lecturer:

ALT "A demo video"


Admin:

ALT "A demo video"


All users can chat online:

ALT "A demo video"


Please let me know if you find bugs or something that needs to be fixed.

Hope you enjoy.