Elka is a simple CRUD web application for browsing courses which you attend at your university or school. What you need is add new course on website and then easily browse through them.
This web application is with ASP.NET Core 2.2 and EF Core.
To load the database you should go to SQL_scripts folder. You will see 1 SQL script file:
- Elka-createObjects.sql - this file is for creating tables and schemas
Connect to the SQL Server Management Studio by choosing the server name, user name and password.
Add new Database by clicking on Databases folder in Object Explorer. Name new database as Elka. Click Ok to create new database.
From the File menu, choose Open and then File to open sql script. Select the Elka-createObjects.sql and click open. Click Execute option to execute the SQL script.