Server of AwesomeTickets system.
-
Download Maven.
-
Build and run:
-
foreground
$ python server.py
-
background
$ python deploy.py
-
-
The application should be available at http://localhost:8080
-
Run unit tests:
$ mvn clean test
See the LICENSE file for license rights and limitations.