Gallerry portal is a simple webapp were users can upload images which will be stored on MongoDb.
The goal was to learn to automate CI/CD process using Jenkins. Here is the script that I used: Jenkinesfile
I used webhooks such that git commits triggers deployement of the gallery webapp.
feel free to check it on this link : https://gallery-un7s.onrender.com (it is safe to click i promise 😄)
Below is a screenshot of the landing page:
This is actually my first automated devops pipeline :) so thanks for checking it out.