prabhakarreddy1234 / TradingDashboardApp

Displays list of trades with the option to edit price/volume of each trade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TradingDashboardApp

Displays list of trades with the option to edit price/volume of each trade

EF Code First is used in this project. So to setup the database, you need to run update-database command . I have created Web API project as self host service and independent as it can be used in other projects. To run the project you need to run TradingDashboad.Web and TradingDashboard.WebAPI. TradingDashboard.Web MVC project is just a bootstrap for Angular app for now. Usually Entities can be shared across other projects, so i felt the need to separate them in a class library or nuget package later.

About

Displays list of trades with the option to edit price/volume of each trade


Languages

Language:JavaScript 76.9%Language:C# 17.5%Language:HTML 3.0%Language:CSS 2.6%Language:ASP 0.1%