Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.22 KB

File metadata and controls

21 lines (17 loc) · 1.22 KB

NETChallenge

Installation

  • Run migrations for the DB context in the Frontend project using efcore, or running script.sql in SQL Server, that can be found on the root folder, in a new database.
  • Change the connection strings and service URIs to match your local configuration for all projects.
  • In Microsoft Visual Studio, Under the solution's properties, select multiple startup projects, and make sure both Frontend and StockService projects are set to start

How to use

  • Open a browser and input https://localhost:44339/ or as it was configured locally.
  • Make sure javascript has enough permissions to run
  • Create a user by selecting "Register" on the login page or on the Sign Up tab on top.
  • Enter your credentials in Login page
  • Select one of the chats (Bezos, Musk or Arnault), then input a message in the textbox

Unit testing

  • Select "Run Tests" in Microsoft Visual Studio

Notes