Code Monkey home page Code Monkey logo

movie_ticket_booking's Introduction

Movie_Ticket_Booking

way to use the application

  1. create account: url: localhost:8000/user

user_create

  1. Login using the credentials: url: localhost:8000/user/login

user_create

  1. List of all the movies: url: localhost:8000

click on the highlighted url to get details of the movie.

user_create

  1. Detail of movie along with available shows and few analytics like Total collection of the movie, total shows and total tickets sold: url: localhost:8000/movies/

click on the highlighted url to get details of the show.

user_create

  1. Detail of Show along with available seats showing booked as false: url: localhost:8000/shows/

click on the highlighted url to book that particular seat (cannot book the seats with "booked:true" value as they are already booked).

user_create

  1. Book Seat by clicking on POST:

user_create

  1. For booking multiple seats click on multi url in show detail page: In the next page you will be prompted to enter the number of seats you would like to book and submitting it will book the seats such that there is no gap between seats and if such seats are not available it will show other movie and its timing where seats are available together

user_create

Endpoints for CRUD of movie, theatre, layout...:

  1. Theatre: theatres/create theatres/int:pk theatres/int:pk/update theatres/int:pk/delete

  2. Movie: movies/create movies/int:pk movies/int:pk/update movies/int:pk/delete

  3. Auditorium: halls/create halls/int:pk halls/int:pk/update halls/int:pk/delete

  4. Layout (Here on entering seats per row(minimum 6) and number of rows an layout with max 6 aisle seats will be created): halls/create

  5. Seats: seats/create seats/int:pk seats/int:pk/update seats/int:pk/delete

  6. Shows: shows/create shows/int:pk shows/int:pk/update shows/int:pk/delete

movie_ticket_booking's People

Contributors

prakhyath07 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.