/CawStudios

You have been selected to work on the backend of a new movie ticketing website (like https://bookmyshow.com). At a minimum, the website is expected to have the following features - Ability to view all the movies playing in your city Ability to check all cinemas in which a movie is playing along with all the showtimes For each showtime, check the availability of seats User Sign up and login Ability to book a ticket. (No payment gateway integration is required. Assume tickets can be booked for free)

Primary LanguagePython

CawStudios

Author shubham2637 Getting Started

To get up and running, simply do the following:

$ git clone git@github.com:shubham2637/CawStudios.git
$ cd CawStudios

# Install the requirements
$ pip install -r requirements.txt



# Perform database migrations if required
$ python manage.py makemigrations
$ python manage.py migrate

# Start the server
$ python manage.py runserver

#Deployed on Heroku
for testing
Open bowser at https://cawstudio.herokuapp.com/
Admin Login : https://cawstudio.herokuapp.com/admin
            username : admin 
            password : admin



#for Rest APIs
use the postman collection for API details
https://www.getpostman.com/collections/b9889168b7a1b1a70fe7