Skip to content

Latest commit

Β 

History

History
136 lines (103 loc) Β· 3.07 KB

File metadata and controls

136 lines (103 loc) Β· 3.07 KB

forthebadge Β  forthebadge Β 

Built With

IMDB is a Complete Movie Hub is a full stack enterprise application.

This project was built using these technologies.

  • Java
  • Java Spring Boot
  • Docker
  • PostgreSQL
  • MongoDB
  • GitHub
  • Heroku
  • CI/CD Pipeline using GitHub Actions

Features

  • Display the movies based on various categories like Coming Soon, In Theaters, and Top Box Office
  • Show movie details like description, cast, ratings, and reviews
  • Create, Read, Update and Delete the rating of the selected movie
  • Allow to book the movie tickets in the nearby theaters
  • Create, Read, Update and Delete the review of the selected movie

πŸ›  Installation and Local Setup Instructions

Clone down this repository and run in VS Code.

πŸ‹ Docker Instructions

Running the container:

gradle build

or

./gradlew build
docker build -t group-5/imdb .
docker run -d --name imdb-app -p 8080:8080 group-5/imdb

Stopping the container:

docker stop imdb-app

πŸ‘¨β€πŸ’» Contributing Instructions

git checkout -b featureBranch
git add .
git commit -m "Commit message"
git push -u origin featureBranch
git checkout main
git branch -d featureBranch

Show your support

Give a ⭐ if you like this repo!!

Contributors


Shashank Indukuri


Devin Garrett


Vivekraju Vasudevaraju


Leo D. Penrose


Rohit Kuppili