Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 669 Bytes

ServiceServer

Server that provides RESTful services of AwesomeTickets system. See the APIs available.

Installation

  • 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 .

License

See the LICENSE file for license rights and limitations.