Skip to content

leodvincci/IMDB-Project

Repository files navigation


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


About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors