/social-network-presence

A simple Social Network Presence app

Primary LanguageScala

About

  • This is Social Network Presence app implementation of the requirements described here;

Available endpoints

Rest API ToBeAdded;

Highlights

Libraries, Frameworks & Plugins

  • Dependencies are defined here and
  • plugins here;
  • Testing layer uses: scala test for defining test cases;
  • Plugins configured for the project are: scala-style for code style checking, scalafmt for code formatting and sbt-updates for keeping up the dependencies up to date;
  • Note: s-coverage for code test coverage was removed as it is not compatible with scala 2.13.1;

Implementation considerations

TODOs

Run tests

sbt dependencyUpdates scalafmtCheck clean test