Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 921 Bytes

Movies API

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.

Getting Started

To get started with the Movies API, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Gabicolombo/movies-api.git
    
  2. Install the dependencies:

    npm install
    
  3. Run the API locally:

    npm run dev
    

Jenkins Integration

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:

Histórico de Commits no Jenkins

Technologies Used

  • Node.js
  • MongoDB
  • IBM Cloud Object Storage
  • Jenkins