Skip to content

linshilu/Tickets-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickets-Server Build Status

Server of a movie tickets system powered by Spring.

Dashboard

Installation

Database

  1. Download MySQL.

  2. User settings:

    username: root
    password: 123456
    
  3. Initialize database:

    $ pip3 install PyMySQL
    $ python3 init_db.py

Server

  1. Download Maven.

  2. Build and run:

    • Foreground

      $ python3 server.py
    • Background

      $ python3 deploy.py
  3. The application should be available at http://localhost:8080

  4. Run unit tests:

    $ mvn test

License

See the LICENSE file for license rights and limitations.

About

课程作业-《系统分析与设计》-电影订票系统

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.1%
  • Python 10.7%
  • HTML 4.2%