###How to build
- Install MySQL database and change youdrive-api.yml config if needed.
- run
gradlew clean distZip
###How to run
- Unpack archive (zip or tar) from
build/distributions
. - Navigate to bin folder
- Run
youdrive-api db migrate ../youdrive-api.yml
. This command applies database migrations. - Run
youdrive-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