Skip to content

A set of applications and libraries developed on the .NET 5. The main task of which is to control and account for the passage of people or employees through door controllers by using cards.

License

securedevteam/Security-Doors

Repository files navigation

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.