Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 449 Bytes

Overview

This is a fictional Stock Trading API project.

What's a trade?

A trade represents the Buying or Selling of a Stock. A trade includes the following properties:

  • symbol (e.g. 'AAPL' for Apple)
  • quantity
  • side (buy or sell)
  • price
  • status (SUBMITTED, CANCELLED, COMPLETED, or FAILED)

Building the project

./gradlew clean build

Running the project

./gradlew bootRun

Generating docs

./gradlew asciidoc