Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 600 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 600 Bytes

backend

Currently provides only the basics for a backend server. Basics include: * Store users and passwords * Associate contact information ("channels") * Log events

Installation

  • Install flyway.
  • Create a flyway file similar to conf/flyway.example
  • Run flyway eg:
    flyway -configFile=./conf/flyway.example migrate

Usage

$ java -jar backend-0.1.0-standalone.jar [args]

Options

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

Copyright © 2016

Distributed under the Apache License 2.0.