Skip to content

📖 An Order Book app built with React/Typescript and powered by my Golang API

Notifications You must be signed in to change notification settings

richo225/orderbook

 
 

Repository files navigation

Octgopus

Trading platform for submitting and matching orders, forked from the amazing @mihailgaberov. 🐙

Built with React, Typescript and consumes a Golang API I built.

screenshot

Backend

🐿️ richo225/octgopus 🐿️

Demo

octgopus.up.railway.app

Installation

To run the app, follow these steps.

  1. Ensure that NodeJS(16+) is installed.
  2. Install yarn.
  3. From the project folder, execute the following commands:

To install dependencies:

  yarn

To run the app:

  yarn start

To run the tests:

  yarn test

About

📖 An Order Book app built with React/Typescript and powered by my Golang API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • HTML 1.0%