The application is designed for employees of fitness club to help them manage their workplace. I introduced all the features in the video on my personal website: https://www.bartoszchodyla.pl/portoflio/gym-manager/. If you want to test the application, it's available at the following address: https://www.gymmanager.bartoszchodyla.pl/.
If you want to run the app on your computer to play with the code, those are the steps you need to follow:1. Update your local database by typing "update-database" into Package Manager Console (Visual Studio).
2. If you get "A project with an Output Type of Class Library cannot be started directly." error - clean and rebuild the solution. By default the database is seeded with 2 different accounts:
1. Normal user/employee account:
Login credentials:
email: guest@test.com
password: Test123!
2. Admin/Gym Manager account, which has additional privileges such as editing and deleting existing emplopyees.
Login credentials:
email: admin@test.com
password: Admin123!