Skip to content

damontic/simple-scala-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleScalaRestApi

This project contains a smple scala rest api using akka-http. It has simple tests and can be built into a fat jar using the sbt-assembly plugin.

Docker

You can quickly create a docker container of this application. e.g.:

cd docker
docker build --build-arg version=0.0.3-ut.1 -t damontic/simplescalarestapi:0.0.3-ut.1  .

Tests

To execute the tests you just execute:

sbt test

Running locally

To run locally you just execute:

sbt run

Packaging

To package you just execute:

sbt assembly

About

A simple Scala Rest API for trainings

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors