Wind-Competition-2021 / Backend

Backend of the project, including initiator and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨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.

About

Backend of the project, including initiator and server


Languages

Language:C# 91.7%Language:Python 6.9%Language:TypeScript 1.2%Language:Dockerfile 0.2%