Skip to content

CodeByAB/postnummer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Build Status Maven Central

Dependencies


  • Node (10.xx)
  • Docker
  • Java?

Building


1

> sh setup.sh

if the script above does not work -- try

> bash -x setup.sh

2

> docker-compose build

Running locally


> docker-compose up 
# Or 
# > docker-compose run [flags] (service) (e.g only api or web)

Deploying


....

Health check


....






deprecated (I will remove as soon as i've added the java api to docker

How to start the postnummer application


  1. Run mvn clean install to build your application
  2. Start application with java -jar target/postnummer-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check


To see your applications health enter url http://localhost:8081/healthcheck

Status

Releases

No releases published

Packages

No packages published