/Cinema

Movie ticket sales site based on DRF

Primary LanguagePython

Cinema

Movie ticket sales site based on Django Rest Framework or DRF .

This site is for the cinema to manage the tickets of each movie .

Image Database for based Postgresql in Project

image database


SingUp

To enter an important place on the site, you must log in first. Therefore, to register, the user must enter a phone number that is not currently registered.

SingIn

To log in, you must enter the phone number that you registered before. If the number is valid, a confirmation code will be sent to your phone number, and if you enter a valid code, you will enter the site.

Authentication is based on jwt token .

Payment Simulator IdPay

View TransactionsView is for buy ticket movie , after pay amount movie a ticket with key data create for client user .

superuser can check data tickt movie with view DecodeDataTicket .

ShowAllMovie and

any user can see movie's information and don't need to login in site !

Views RecordRoomView and RecordMovieView

With These views superuser can create movie and room in database .