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.
- Host: GitHub
- URL: https://github.com/perty/simple
- Owner: perty
- Created: 2022-10-28T13:16:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T13:58:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-12T07:44:33.847Z (over 1 year ago)
- Language: Elm
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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