Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

roppa-nekomata/roppa-api-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight Java API Backend

  • The goal of this project is making a framework fit to microservice and should sustain a performance-critical service.

Prerequisities

If you want to run this project you need to install Docker Engine. If you use a Mac or Windows platform Docker Toolbox is the recommended solution.

Java 8+
Docker Engine - https://docs.docker.com/engine/installation/#installation

Installing

A step by step series of examples that tell you have to get a development env running

Use Docker CLI and build this project by using Gradle

$ ./gradlew build buildDocker

And you can run it like this

$ docker run -p 8080:8080 -t y1sh/roppa-api-backend

The application is then available on http:https://localhost:8080. When using a Mac, you must visit the IP address in DOCKER_HOST instead of localhost. In this case, application is available on http:https://DOCKER_HOST_IP_ADDRESS:8080

Built With

  • Spring Boot
  • Docker
  • Gradle

Releases

No releases published

Packages

No packages published