The Movies API is a RESTful API designed to manage movie data. It uses IBM Cloud Object Storage to store images and MongoDB to store other movie-related data.
To get started with the Movies API, follow these steps:
-
Clone the repository:
git clone https://github.com/Gabicolombo/movies-api.git
-
Install the dependencies:
npm install
-
Run the API locally:
npm run dev
We have integrated Jenkins to track commits pushed to the main branch. This integration provides alerts and helps visualize the commit history. Below is a screenshot showing the commit history in Jenkins:
- Node.js
- MongoDB
- IBM Cloud Object Storage
- Jenkins