Skip to content

TimGraf/simple-sample-akka-http-rest-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sample-akka-http-rest-service (phone number validation service)

This service is pretty simple and does not have all of the components shown in the diagram below. However the diagram shows the components that would be present in a more fully featured service.

Architecture

Framework

The service is built using Akka HTTP

Build

We use sbt as our build tool

sbt clean compile test

Run

The following command will run the service

sbt run

or with Docker

sbt docker:publishLocal
eval "$(docker-machine env default)"
docker run -it phone-number-validation:1.0-SNAPSHOT

When running locally the Swagger API documentation is available at the following URL

http://localhost:9000/swagger/index.html

About

A very simple, sample, Akka HTTP RESTful service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published