Skip to content

Cah Ayu, a microservice starter kit using SparkJava with Clean Architecture recipe

Notifications You must be signed in to change notification settings

telkomdev/cahayu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cahayu, a basic structure app using SparkJava http://sparkjava.com with Clean Architecture recipe

Getting started

$ mvn clean package
  • Start Mongo Db
$ docker-compose up
  • Run jar
$ java -jar target/Cahayu-1.0-SNAPSHOT.jar

Run Tests

$ mvn test

Using Docker

  • Build image
$ docker build -t cahayu .
  • Run
$ docker run -p 9000:9000 cahayu

About

Cah Ayu, a microservice starter kit using SparkJava with Clean Architecture recipe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published