Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 512 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 512 Bytes

dfth2020

Detroit Fashion + Technology Hackathon 2020

CI

Prerequisites

  • Docker
  • Java 11
  • NodeJS 12

Run Backing Services

docker-compose up

Build

./gradlew build

Run Server

API (Spring)

./gradlew :api:bootRun

UI (Angular)

./gradlew :ui:npmStart

Run Tests

API (Spring)

./gradlew :api:test

UI (Angular)

./gradlew :ui:test