Skip to content

mkfares/SchoolWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SchoolWebApp (Workshop 7)

This application is an example on how to manage app users. It has the following controllers:

  • Faculty controller: simple controller without any error checking
  • Employee controller: advanced controller with most of the error chekings

You may begin with the faculty controller, Faculty class, FacultyViewModel class, Faculty views

Features

  • Exanples of roles are added during the database creation (check Migrations/Configuration file)
  • Example of admin user is created with the Admin role
  • Authorization is not enforced in this version
  • Automapper is used in the Employee controller
  • Dropdown List in Faculty Controller
  • Database Seeding
  • Upload files (course)

About

School Web App Using ASP.NET MVC 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages