In this video, I create a simple Inventory database using a transact-SQL script. I later create an Angular app using RADZEN Studio which is used to manage data inside the database.
I also implement Security for the application and I also implement User Access Control (Authorization) for the pages of the application.
Transact-SQL Query to create the database can be downloaded at GitHub - benjaminsqlserver/SimpleInventoryManagerDB. The application should be downloaded from GitHub - benjaminsqlserver/SimpleInventoryAngular.
1 Like