Code Monkey home page Code Monkey logo

opera-application's Introduction

Opera application

This project represents itself as web based system, which can be used by opera theatres as an online service.Their clients can check schedule, buy tickets and reserve their seats for performance there. It is developed on the stack of Hibernate and Spring on the principles of SOLID, and it has N-tier architecture with DataBase, DAO, Service, Controllers and View layers. Its functions are authentication and authorization with the help of roles. There is a UML diagram below with relationship between entities and access level description of the relevant role.

alt text

Main functions:

  • Guest (without any role)

    • registration
    • authentication and authorization
    • view of all available performances
    • view of all stages at the opera theatre
    • search of relevant performance sessions by date
  • User

    • all endpoints of the guest are available
    • adding of the ticket for performance to the shopping cart
    • view of all the tickets in the shopping cart
    • processing order
    • view of history of all the orders
  • Admin

    • all endpoints of the guest are available
    • ability to edit schedule
    • adding of new performances
    • opening and closure of new stages
    • revealing information about user by e-mail

Technologies used

  • Spring - Core / MVC / Web / Security
  • Hibernate
  • RDBMS - MySQL
  • Packaging - Apache Maven
  • Tomcat
  • JSON

Configuration:

  • Сlone this project into your local folder and open the project in an IDE.

  • Setup new connection with

    • user: "your username"
    • password: "your password"
    • url: jdbc:mysql://xxxx:yyyy/zzzz?serverTimezone=UTC , where:
      • xxxx - host name,
      • yyyy - port,
      • zzzz - database name
  • Run a project

opera-application's People

Contributors

divertitos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.