Nothing Special   »   [go: up one dir, main page]

Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.76 KB

README.md

File metadata and controls

35 lines (28 loc) · 2.76 KB

Security Doors

.NET

The developed set of applications is as close as possible to the IT sphere. The main idea is the transition of people or employees of a certain organization through door controllers using cards of various levels. These applications have a huge number of possibilities: from creating objects (Role, Employee and etc.) to managing all the data in the database. The main application interface is implemented as a web application (MVC) that allows you to log in and use the application in a specific role: administrator, employee and etc. Helper applications are designed as console applications and WebAPI. Registration of door actions occurs through the console application and sends request to the WebAPI, which checks the input data, performs the operation and sends response.

Application features

  1. Main web application (MVC) delimited by specific roles;
  2. Web application (WebAPI) for register door actions;
  3. Console application for interacting with WebAPI for sending door actions;
  4. Console application for database seeding;
  5. Registration with sending email letters to confirm;

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.