https://github.com/copperlight/scalaplat-skeleton
https://github.com/copperlight/scalaplat-skeleton
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/copperlight/scalaplat-skeleton
- Owner: copperlight
- Created: 2021-05-02T04:54:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-04T02:24:02.000Z (about 4 years ago)
- Last Synced: 2025-12-26T12:52:11.024Z (6 months ago)
- Language: Scala
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scalaplat Skeleton
This is a skeleton project for a single service leveraging scalaplat libraries and conventions.
It is a simple Akka Http Server with two routes defined for the API. There are a few tests which
exercise the API routes.
A Jackson JSON parser is included, to make it easy to start handling machine data. There are a few
tests which exercise the parser.
Build the project, run tests and validation with `make`, which runs the `build` target.
Add license headers and fix `scalafmt` warnings with `make format`.
Produce a fat jar with `make fatjar`; the resulting binary will be about 30MB in size.
Run the fat jar with `make run`.