Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 726 Bytes

YourGameOfTheYear

Social platform for sharing gaming reviews, experiences, and ratings. Also, get recommendations based on games played.

Steps to run a local host for development and testing

  1. Make sure sql server is installed.
  2. Clone the project from https://github.com/Reklund3/YourGameOfTheYear.git
  3. Running the application. a) Open visual studio and navigate to the project solution. Once in Visual Studio run the project using the green play arrow. b) Alternatively you can navigate to the project folder in powershell and execute "dotnet run" then navigate to "https://localhost:5001/"

Feel free to contact me with any questions or suggestions. I wish to continue to develop this application regularly.