Giter Club home page Giter Club logo

football-tickets-app's Introduction

⚽️football-tickets-app

This is RESTfull web application for buying tickets on footballs matches. Also, you can enter like admin and have permission for managing all application, for example adding or deleting new matches.

⚡️ Quick start

  • Clone this project into your local folder and open the project in an IDE.
  • Configure Tomcat Server.
  • Configure MySQL RDBMS.
  • Setup new connection with DB in db.properties:
    db.url=YOUR URL
    - URL must be like : jdbc:mysql://xxxx:yyyy/kkkk?serverTimezone=UTC , where:
        - xxxx - host name,
        - yyyy - port,
        - kkkk - database name
    db.driver=YOUR DRIVER
    - Driver for example : com.mysql.jdbc.Driver
    db.user=YOUR USERNAME
    db.password=YOUR PASSWORD

📜 Functionality

  • Unauthorized user

    • Login
    • Registration
  • User

    • See your order
    • Complete order
    • Add to your shopping cart ticket on match
    • See your shopping cart
  • Admin

    • Add new stadium
    • Add new game
    • Add, update or delete new game session
    • Find user by email
  • User and Admin

    • See all available game session in current date
    • See all games
    • See all stadium

⚙️Project Structure

  • The project has an N-tier structure and consists of the database layer, the DAO layer for interaction with the database, the service layer which contains the business logic, and the presentation layer.
  • In project implemented MVC structure.
  • The DAO layer is built with Hibernate framework.
  • The project is built with Spring framework, so its implements Dependency Injection and IoC principal.
  • For implementation MVC structure in project is used DTOs and Controllers which is built with Spring MVC Web module.
  • Authentication is implemented with Spring security.

🦾 Technologies used

  • Java
  • Spring (MVC, Security, Web)
  • Hibernate, RDBMS MySQL
  • Apache Tomcat, Apache Maven

football-tickets-app's People

Contributors

nazar-yo 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.