A service designed to make organising your spotify library a breeze, written using http4s and fs2.
This project is split into two:
spotifiling-server
- responsible for handling requests and responses.spotifiling-core
- all logic for all spotify-specific concerns.
To run the server run
sbt 'project server; run'
sbt test
pureconfig is used to read the configuration file(s) application.conf
and
secrets.conf
.
You can run the microservice with sbt run
. By default it listens to port number 8080, you can change this in the
application.conf
.