Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 491 Bytes

Friendster

Sample social media web app, designed to debug with Visual Studio 2017+

Prereqs

Visual Studio 2017

Current .NET core SDK

NPM

Quick Start

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)