this project was in collaboration with 3 other students from my university
You first have to set Microsoft SQL Server Manager Download SQL Server Management Studio (SSMS) - SQL Server Management Studio (SSMS)
Connect to the local database
(LocalDB)\MSSQLLocalDB
the name is important to be exactly the same as that is the name that is contained in the connection string
Create a database with the name
emarket
same case here, the name of the database is in the connection string
Now that we have the database ready time to fill it,
Click new query and import the final.sql file that has all the sql statements we need
and click execute.
Our database is ready.
For the code part, all you have to do is open the emarket.sln with visual studio (tested with VS 2019 Enterprise) and all should be ready!







