Skip to content

kubkam/Elka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elka

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.

Database

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

Step 1

Connect to the SQL Server Management Studio by choosing the server name, user name and password.

Step 2

Add new Database by clicking on Databases folder in Object Explorer. Name new database as Elka. Click Ok to create new database.

Step 3

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.