This is a clone of bookmyshow.com. We have used HTML, CSS, Javascript, Node.js, Mongoose and MongoDB to achieve this.
- HTML5
- CSS3
- JavaScript
- node.js
- MongoDB
If you want to run the latest code from git, here's how to get started:
-
Clone the code:
https://github.com/akashpawar43/BookMyShow-clone.git cd BookMyShow-clone -
Install the node-red dependencies
npm install -
Create .env file with following variables
PORT = 4400 DB = "Insert your mongodb connection url" -
Run
npm start -
open your browser and visit
localhost:4400




