Scala Mongo example with akka-http and akka-stream
Introduction
In this tutorial we shall create and CRUD web application in Scala. We will use MongoDB Scala Driver to communicate to the mongo database. It is officially supported Scala driver for MongoDB. Along with that we shall create a Rest API using akka-http module and akka-streams.
Prerequisites
Scala version: 2.13.1 Database: Mongo:3.4.23-xenial Other dependencies
About the service/project
Application should be able to do CRUD operations on the in mongodb document.