Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 328 Bytes

UQFlix

Like netflix but free; like couchtuner but legal

Installation

  1. Install the latest dotnet core binary
  2. Run the database migrations dotnet ef database update from UQFlix/src/UQFlix
  3. Load the data from UQFlix/dbo.movies.data.sql into (localdb)\mssqllocaldb
  4. Run it!