Skip to content

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…

Notifications You must be signed in to change notification settings

shubham2637/CawStudios

Repository files navigation

CawStudios

Author shubham2637 Getting Started

To get up and running, simply do the following:

$ git clone [email protected]: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

About

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…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages