Skip to content

fortitudoinc/mobile-gateway-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Based Mobile Gateway

Mobile gateway written in spring rather than python

Build

# Check java version (should be 1.8)
java -version

# Build jar
./gradlew build

# Dockerize
docker build -t mobile-gateway-spring .

Run

This container is meant to be run in the context of the rest of the fortitudoinc infrastructure (see: https://github.com/fortitudoinc/fortitudoinc-infra) but can be run standalone:

docker run -p 3000:3000 mobile-gateway-spring
curl localhost:3000/

About

Mobile gateway written in spring for tighter integration with OpenMRS ecosystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •