Skip to content

NiKlimenko/YouDrive-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

Sandbox for building RESTful service with Dropwizard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages