Skip to content

mobo-9-0045/Order-Management-System

Repository files navigation

Order Management System

ls technologies: 

My Skills

This project is a simple order management system built using the Crow C++ web framework. It provides RESTful API endpoints for managing orders, positions, and broadcasting messages to connected WebSocket clients.

Features

  • REST API:
    • Get the order book.
    • Place a new order.
    • Modify an existing order.
    • Cancel an order.
    • Get positions.
  • WebSocket Support:
    • Broadcast messages to all connected clients.
    • Handle WebSocket connections for real-time updates.
  • Multithreaded:
    • Supports concurrent requests using multithreading.

Prerequisites

Before running the project, ensure you have the following installed:

  • C++ Compiler (e.g., g++ or clang++)
  • Crow C++ Framework (included in the project)
  • CMake (for building the project)

Installation

  1. Clone the Repository:
    git clone https://github.com/your-username/order-management-system.git
    cd order-management-system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published