Skip to content

BookMyShow clone using HTML, CSS, Javascript , node.js, express.js and Mongodb.

Notifications You must be signed in to change notification settings

akashpawar43/BookMyShow-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookMyShow

This is a clone of bookmyshow.com. We have used HTML, CSS, Javascript, Node.js, Mongoose and MongoDB to achieve this.

Technology We Used 💻

  1. HTML5
  2. CSS3
  3. JavaScript
  4. node.js
  5. MongoDB

🔗 Links

portfolio linkedin

Instructions to Run the Code

If you want to run the latest code from git, here's how to get started:

  1. Clone the code:

     https://github.com/akashpawar43/BookMyShow-clone.git
     cd BookMyShow-clone
    
  2. Install the node-red dependencies

     npm install
    
  3. Create .env file with following variables

     PORT = 4400
     DB = "Insert your mongodb connection url"
    
  4. Run

     npm start
    
  5. open your browser and visit

    localhost:4400
    

Project Screenshots:

project-screenshot

project-screenshot

project-screenshot

project-screenshot

project-screenshot