https://github.com/plippe/suprnation-server
https://github.com/plippe/suprnation-server
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plippe/suprnation-server
- Owner: plippe
- License: unlicense
- Created: 2018-07-20T10:29:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T20:50:46.000Z (over 3 years ago)
- Last Synced: 2025-01-17T23:43:57.913Z (over 1 year ago)
- Language: Scala
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# SuprNation
[](https://app.wercker.com/project/byKey/a4df30a47866ac2d3e6cfbe775173d09)
Open Book Coding Exercise for [SuprNation](http://suprnation.io/).
## Getting started
```sh
# if sbt is installed
cat resources/data.txt | make run
# if docker is installed
make docker-build
cat resources/data.txt | make docker-run
```