GithubHelp home page GithubHelp logo

ninjayoto / microcks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from microcks/microcks

0.0 2.0 0.0 913 KB

Manage your micro-services mocks !

Home Page: http://microcks.github.io

License: Apache License 2.0

Shell 0.15% Dockerfile 0.03% Java 74.25% JavaScript 0.49% TypeScript 15.77% HTML 8.29% CSS 1.01%

microcks's Introduction

microcks

Build Status

Current development version is 0.7.1-SNAPSHOT. Build Status

Developer Workspace

Contribute

Installation

Development

For development purposes, frontend GUI and backend APIs have been separated and runs onto 2 different runtime servers.

  • Frontend is an Angular 6 application served by ng serve with livereload enabled,
  • Backend is a Spring Boot application served by Boot internal server

We also need a Keycloak server running on port 8180.

Pre-requisites

  • NodeJS (version >= 8.0) and associated tools : NPM and ng-cli (npm install -g ng-cli)
  • Java Development Kit (version >= 8) and Apache Maven (version >= 3.0)
  • Keycloak 3.4.0
  • MongoDB 3.2

Start servers

Let's begin with starting the Keycloak server. Within the installation directory of Keycloak 3.4.0, just run this command:

$ cd bin
$ ./standalone.sh -Djboss.socket.binding.port-offset=100

In a terminal, start frontend GUI server using NG :

$ cd src/main/webapp
$ grunt serve

Server is started on port 4200. Open a new browser tab pointing to http://localhost:4200 where application is hosted.

$ mvn spring-boot:run

Server is started on port 8080 and will be used as API endpoints root by frontend GUI (URLs starting by http://localhost:9000/api will be indeed proxied to port 8080).

Build binaries

Build and run Fat jar

For now, there's still a problem with Frontend integration tests configuration so you should disable them using the following flag:

$ mvn -Pprod package
$ java -jar target/microcks-0.7.0-SNAPSHOT.jar

Build and run Docker image

$ mvn -Pprod clean package docker:build
$ docker-compose -f microcks-mongodb.yml up -d

microcks's People

Contributors

lbroudoux avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.