Skip to content

AwesomeTickets/database-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseServer

Database server of AwesomeTickets system.

Installation

  • Requirements

    • MySQL 5.7
    • username: root
    • password: 123456
  • Insert initial data

    $ pip3 install -r requirements.txt
    $ python3 init.py
    
  • Build docker image

    $ docker build -t db-server .
    

Models

Conceptual data model

Physical data model

Credits

  • PowerDesigner 16.5.0

License

See the LICENSE file for license rights and limitations.

About

Database server of AwesomeTickets system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published