An open API service indexing awesome lists of open source software.

https://github.com/kstkolev/rpg

A console application, created by using the programming language C#, Entity Framework, Visual Studio and MS SQL.
https://github.com/kstkolev/rpg

c-sharp entity-framework mssql ssms visual-studio

Last synced: 29 days ago
JSON representation

A console application, created by using the programming language C#, Entity Framework, Visual Studio and MS SQL.

Awesome Lists containing this project

README

          

Guide for successfully cloning and running RPG console application.

STEP 1: Download and install Visual Studio from the official Microsoft website.

STEP 2: Go to section "Code", which is located on a green button around the start of the repository. Click on it.



STEP 3: Copy the presented link from the HTTPS section.



STEP 4: Open the terminal and go to the directory of your choosing. Type git clone and CTRL + V (which pastes the link for the application), and press enter.



STEP 5: Download SSMS (SQL Server Management Studio) from the official website.

STEP 6: After Installing it, go to the search tab and type "Services".



STEP 7: After clicking on it, search for SQL Server (SQLEXPRESS) and start the service.



STEP 8: Open SSMS. After launching it, a tab named "Connect to Server" will pop up. Write "(local)\SQLEXPRESS" on the Server name and press Connect.



STEP 9: Open RPG directory with the application folders inside it. Open the folder named "RPG" and click on "RPG.sln"



STEP 10: After Visual Studio launches "RPG.sln", click on the green arrow at the top of the IDE.



And That's it!
Here's some pictures showing the console application in action.