Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 659 Bytes

###How to build

  1. Install MySQL database and change youdrive-api.yml config if needed.
  2. run gradlew clean distZip

###How to run

  1. Unpack archive (zip or tar) from build/distributions.
  2. Navigate to bin folder
  3. Run youdrive-api db migrate ../youdrive-api.yml. This command applies database migrations.
  4. Runyoudrive-api server ../youdrive-api.yml. This command runs server on port 8080.

###How to use

  • http://host:8080/youdrive/admin - admin utils like server metrics, health checks and others.
  • http://host:8080/youdrive/api/v1 - youdrive api