Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashish1-1-1/bookmymovie
https://github.com/aashish1-1-1/bookmymovie
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aashish1-1-1/bookmymovie
- Owner: Aashish1-1-1
- Created: 2023-10-29T16:00:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T19:49:59.000Z (11 months ago)
- Last Synced: 2024-07-14T19:46:37.733Z (4 months ago)
- Language: C++
- Homepage:
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookMyMovie
## Contributors
- Aashish Adhikari (04)
- Bipul Lamsal (37)
- Pratik Ghimire (20)
- Saksham Gyawali (22)## Description
**BookMyMovie** is a project to book movies seat in your nearby hall
## Getting Started
Q. Question can be why to use docker. It's cause we have different operating system and runtime enviroment differ accordingly it's better to containerize it and also in otherhand we will be learning Docker.
To run **BookMyMovies** on Docker container, follow these steps:
1. **Install Docker:** If you haven't already, install Docker on your machine by visiting [Docker Desktop](https://www.docker.com/products/docker-desktop/).
2. **Clone the Repository:** Clone the project repository to your local machine.
```bash
$ git clone https://github.com/Aashish69-96/BookMyMovie.git
$ git cd BookMyMovie
$ docker build -t Book-movie .
$ docker run -it Book-movie