Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 750 Bytes

✨Backend Server for Stock Quotes✨

How to build and run ❓

  • Requirements: .Net 5 SDK, ASP.Net Core 5 SDK, Redis service running on port 6379
  • Methods:
    • Use Visual Studio
      1. Download the code
      2. Open Stock Quotes.sln with Visual Studio
      3. Set Server as the starting project
      4. Click build and run
    • Use command line
      1. Download the code
      2. Navigate to the root path of the solution in cmd window
      3. dotnet run --project Server

Is there any running services ❓

  • Yes. If you simply want to have a look at the result, pay a visit to truemogician.com. Both frontend and backend had already been deployed here.