IMDB
A Complete Movie Hub
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
- 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
Clone down this repository and run in VS Code.
gradle build
or
./gradlew build
docker build -t group-5/imdb .
docker run -d --name imdb-app -p 8080:8080 group-5/imdb
docker stop imdb-app
git checkout -b featureBranch
git add .
git commit -m "Commit message"
git push -u origin featureBranch
git checkout main
git branch -d featureBranch
Give a ⭐ if you like this repo!!
|
Shashank Indukuri |
Devin Garrett |
Vivekraju Vasudevaraju |
Leo D. Penrose |
Rohit Kuppili |