Server of a movie tickets system powered by Spring.
-
Download MySQL.
-
User settings:
username: root password: 123456 -
Initialize database:
$ pip3 install PyMySQL $ python3 init_db.py
-
Download Maven.
-
Build and run:
-
Foreground
$ python3 server.py
-
Background
$ python3 deploy.py
-
-
The application should be available at http://localhost:8080
-
Run unit tests:
$ mvn test
See the LICENSE file for license rights and limitations.