Git Product home page Git Product logo

omts's Introduction

About OMTS

This is a demo app for Online Movie Ticket Service (OMTS), which is an application for the advance purchase of movie tickets from any local theatre. Customers use the service to find out information about movies currently playing in their city and to order advance tickets for specific showings of the movies.

User’s guide

For developers:

  • Download and run XAMPP
  • Download/Clone the app from github
  • Depending on your Operating System change XAMPP’s starting location (guide)
  • Go to http://localhost/phpmyadmin/
  • Go to SQL tab and copy - paste and run the content of the omts.ddl
  • Open http://localhost/ and you should be able to see the app
  • The code is commented properly and the variable names are logical so readability and understanding the logic should be easy.

For Admins:

  • With admin access you have all the privileges of a normal user and also access to admin dashboard.
  • On admin dashboard you will be able to see some statistics for most popular movie and theatre.
  • Managing members by deleting or checking their purchase history.
  • Adding or updating theatre complexes.
  • Adding movies.
  • And managing shows.

For Users:

  • Users can sign up.
  • Log in to the app.
  • Under profile tab, they can update their info, also check or cancel their purchases.
  • On the homepage they can browse movies, buy tickets and read or leave a review.

List of assumptions:

  1. For screening table the weak entity relationship is defined as three unique key and screening_id as a primary key. This decision was made to easily access screening data.

  2. There are two roles: admin and user and it is defined in app-user table as role.

  3. Users can review a movie only once.

  4. Passwords are not hashed for demo purposes.

Technologies and tools used in developing the application.

Languages: PHP, SQL, HTML, CSS, JavaScript

Frameworks: Bootstrap, Bootstrap-select

Others: XAMPP, Git

omts's People

Contributors

soheil-hamidi avatar

Watchers

James Cloos avatar  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.