Run local mvc project from github

Hi guys. I take this mvc storage management project from github. I want run in locally. Project have a locally tutorial but i dont understand one point. Tutorial said a update a appsetting.json. This mean ad mine server and create just database or add all database in my mssql server .
No description
8 Replies
Angius
Angius6mo ago
Well, yes, you will need to run a database locally, and update the connection string in the settings
Halil Efe Cesur
Halil Efe Cesur6mo ago
thank u for your command but i dont find a database maybe i can share with u a github link can u help me
Halil Efe Cesur
Halil Efe Cesur6mo ago
GitHub
GitHub - yildirimsoker/TSEasyStockManager: Asp.Net Core MVC - Produ...
Asp.Net Core MVC - Product Stock Managment. Contribute to yildirimsoker/TSEasyStockManager development by creating an account on GitHub.
Angius
Angius6mo ago
You need to have an instance of SQL Server running
Halil Efe Cesur
Halil Efe Cesur6mo ago
yeah i know but i search this project and i dont find a sql serveer file
Angius
Angius6mo ago
Uh, there is no SQL Server file You need to install SQL Server and run it, then create a database there And update the connection string to point to that database Then, most likely, you'll need to apply the migrations
Halil Efe Cesur
Halil Efe Cesur6mo ago
u say a run program and he create a own database can ı want a one more help this is my sql server name DESKTOP-G5JJA7M\SQLEXPRESS
Halil Efe Cesur
Halil Efe Cesur6mo ago
how can update a this code
No description