jmarin / pixels

Demo of cloud photo management system built as a set of microservices with Akka Typed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixels

Demo of cloud photo management system built as a set of microservices with Akka Typed

Dependencies

Run a cassandra and postgres docker containers as follows:

docker run -it -p 9042:9042 cassandra
docker run -it -p 5432:5432 postgres

and configure the application to access it:

export HOST=<docker ip>
export CASSANDRA_CLUSTER_HOSTS=$HOST
export PG_HOST=$HOST

About

Demo of cloud photo management system built as a set of microservices with Akka Typed


Languages

Language:Scala 100.0%