Final project for COMP 4945.
Below, you can see our GitHub profiles which you can contact if you have any inquiries about our app.
This is a mobile-friendly ASP.NET Core 5.0 (MVC & Entity Framework) web application for managing service shifts and bookings for employees and clients.
Main Features:
- Create an employee or client account that gives access to different views of the application
- Allows admins to manage the types of services offered by the organization
- Registers employees to their work shifts, depending on their qualifications and availability
- Shows available services based on client's booking criteria and allows them to make appointment requests
- Sets and tracks timetable of employee shifts in an easily readable manner using a calendar interface
- Generates dynamic graphs to visualize trends in generated revenue, servince appointment outcomes, and performance for each employee
Hosted Link: https://serviceschedulingappdemo.azurewebsites.net/
This section explains the proper configurations for local app set-up in your environment.
Clone the original repository.
Install Visual Studio (with ASP.NET package plugins) and SQL Server Management Studio.
In Visual Studio, click "Open a project or solution" and navigate to the solution file, which is one folder further than the root location ("ServiceScheduling_App.sln").
Run IIS Express.

