Skip to content

ProKarma-Inc/pkmst-getting-started-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkmst-getting-started-examples

This repo contains some examples that will quickly get you started on PKMST- Prokarma microservices toolkit. All the examples are generated from PKMST deployed on swagger codegen.

For more information please visit: https://github.com/swagger-api/swagger-codegen and editor is available at : https://editor.swagger.io/

Prerequisites

  • Maven 3.x
  • Java 1.7
  • Git

Steps to run the app

1.Clone this repository https://github.com/ProKarma-Inc/pkmst-getting-started-examples.git

Now from your environment run the application with the following commands

$ cd app-name

e.g.crud-sample

$ mvn clean install $ mvn spring-boot:run

  1. Project will run on http://localhost:8008

  2. Swagger ui available on: http://localhost:8008/swagger-ui.html

For more details into the examples please visit the readme available in every app.