Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 789 Bytes

File metadata and controls

37 lines (29 loc) · 789 Bytes

order-book-server

What is

  1. cmake
  2. mingw
  3. vcpkg
  4. drogon

Installation

  1. Install vcpkg - Installation Guide
  2. Install Drogon - Installation Guide

How to setup Drogon server

Create Drogon Server

drogon_ctl create project order-book-server

Create HTTP & Web Socket Controller

cd controllers
drogon_ctl create controller OrderController 
drogon_ctl create controller -w WsMarketController

How to run the project

cd build
cmake .
cmake --build .
.\order-book-server

UI is a React app made with Vite in /ui directory. Checkout Readme in /ui.

Order book design Here