/stablecoin

Primary LanguageTypeScript

Stablecoin

A centralized cryptocurrency exchange platform.

Prerequisites

  • Docker
  • Node.js

Installation

npm install -C backend
npm install -C frontend

Usage

docker-compose up -d
npm run build -C frontend && npm start -C frontend
npm run build -C backend && npm run start:prod -C backend