A simple purely functional key-value store full stack application based on the following libraries:
Start the application using the following commands:
sbt backend/run
for the backend.sbt frontend/fastLinkJS
and serve thefrontend/index.html
with the tool of your choice. For example, Live server can be used by executing the shell scriptfrontend/start-dev-server.sh
.