Server that provides RESTful services of AwesomeTickets system. See the APIs available.
-
Requirements
- Maven 3.5.0
-
Run locally
$ mvn clean tomcat7:run
Notes: Use
-Djava.security.egd=file:/dev/./urandom
if server starts slowly. (details) -
Run unit tests
$ mvn clean test
-
Build docker image
$ docker build -t service-server .
See the LICENSE file for license rights and limitations.