Skip to content

jntakpe/mockpi

Repository files navigation

MockPI

Build Status license

Reactive REST API mocking

Installation

This is the home repository for Mockpi backend, you can find the frontend at this address

Prerequisites

Obviously Git must be installed to clone the project.

Mockpi backend is developed using Kotlin and requires both JDK 8 and Kotlin >= 1.1. The backend module is built with Gradle >= 4.3 and project data is stored in a MongoDB >= 3.4, please make sure these dependencies are installed.

Usage

Start MongoDB with : mongod

To start the Mockpi backend with : ./gradlew bootRun Backend configuration is customizable using standard Spring Boot application.yml file.