Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

API of the MasterMind Fiware IoT Stack Manager

Notifications You must be signed in to change notification settings

martel-innovate/MasterMind-API

Repository files navigation

MasterMind-API

This repository contains the project for the API of the MasterMind application for managing the IoT Stack of Fiware.

Requirements

This projects requires Ruby 2.2.5 or higher, and Rails 5

Installation and testing

To install the project dependencies:

bundle install

To perform a migration of the database:

rails db:migrate

To run the test suite:

bundle exec rspec