Work Schedule
Work Schedule is a ASP.NET MVC Project. This web application built for Eldor Group.
Description
The aim of this project is to enable the employees to use the application easily and to make transactions on the dates they want, and to determine the working styles of the selected dates and insert them to the database. And, the application should be easily used by human resources employees. Because it is necessary for the employees to easily see the days they work and the way they work through the database and be able to make transactions. The working styles chosen by the employees are added to the database. Human Resources employees can easily see and take action on these data in the database.
Technologies
Installation
# Create database
$ Check the mssql query in project file.
# Clone to repository
$ git clone https://github.com/hasanhut/WorkSchedule-ASP.Net-MVC.git
# Go to the folder you cloned
$ cd WorkSchedule-ASP.Net-MVC
# Install dependencies
$ dotnet restore