An open API service indexing awesome lists of open source software.

https://github.com/perty/simple

Simple REST microservice on Spring boot and frontend in Elm. Database migration with Flyway. Deploy on AWS ECS.
https://github.com/perty/simple

Last synced: 12 months ago
JSON representation

Simple REST microservice on Spring boot and frontend in Elm. Database migration with Flyway. Deploy on AWS ECS.

Awesome Lists containing this project

README

          

# Simple

A simple microservice with Spring boot and Elm. Database migration using Flyway. Deploy to AWS.

## Building the service

Run `scripts/build.sh`.

## Build service for running in Docker

`docker compose build`

## Run containers

`docker compose up`

Starts the service in a container and a database in another.

## The GitHub actions

TBD