Desktop CRUD Application with GUI and admin/normal user authorization and registration. Admin have own dashboard and can:
- view list of users in database
- add new users or admins
- remove records
- update records
- search whole database by specified field
Normal User also have own dashboard and have access to his credentials and can see time and date.
The application was created in C# Win Forms and SQL, using Visual Studio 2017 and SSMS 17.
- Login form
- Registration Form
- If you insert wrong login/password or choosen wrong rights
- Admin Dashboard view
- Admin options:
- Searching bar
- Normal user dashboard
Please note:
Every form have "drag me" area for moving on the screen.
I made this because it was good excercise to learn for future and it gave me so much good practises and experiences with C# combined with SQL.
mk