Sample social media web app, designed to debug with Visual Studio 2017+
In the terminal at the root of the \Client
folder:
npm install
Then in the terminal at the root of \Friendster
dotnet ef database update
Then run the project from Visual Studio (ctrl + F5)