/xanho-api

The API server for Xanho.

Primary LanguageScalaApache License 2.0Apache-2.0

Xanho

API Server

The Xanho API Server uses Play Framework 2.4.x and is written in Scala. The database is TBD, but will likely be MySQL.

Contribution Guidelines

When contributing to this repository, please use the following guidelines

  1. Document code using scaladoc
  2. Write clean, maintainable, easy-to-read code
  3. Use the functional paradigm whenever possible; only use an imperative style when it is absolutely necessary