API for the movie analyst application of the jenkins ramp up
Bear in mind that you would need to pass the connection data to the application for it to work, check the code, the environment variables are there :D
Application developed based on this post https://scotch.io/tutorials/building-and-securing-a-modern-backend-api
cd docker/
sudo docker-compose up -d
docker build -t jpazb/movie-api .
docker run -p 3000:3000 -d jpazb/movie-api