Skip to content

wafflestudio/draft-server

Repository files navigation

draft-server Build Status

Temporarily Discontinued

  • How to set up?
psql -c 'CREATE DATABASE draft;' -U postgres
psql -c "CREATE USER draft PASSWORD 'draft-pw';"
./gradlew assemble
  • How to test?
./gradlew test
  • How to run?
./gradlew bootRun
  • How to build?
./gradlew clean build

Endpoint

API documentation

Wiki