Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 687 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 687 Bytes

The StopWatcher Application is built using ASP.Net Core 2.1 and uses libraries like Bootstrap 4.1.3 and EntityFramework Core 2. It is an E-commerce Application designed to demonstrate ASP.Net Core fundamental concepts. The general idea of StopWatcher is a web app that uses trading platform APIs to implement trailing stop loss orders for open positions in users linked trading accounts. (WORK IN PROGRESS)

  • Clone the application from GitHub.
  • Download and Install Visual Studio Community and Configure for the DotNetCore Development workspace.
  • Make sure to download the .NET Core 2.1 SDK or runtime libraries
  • Double Click the .sln file to open the project
  • Hit "Play" to run