Building A RESTful API With Scala Play
This Project walks you through the creation of an API that can store, retrieve and update data in a Mongo database. It covers these main concepts and technologies, some more in depth than others:
- Scala
- Creating a RESTful API with Play Framework
- MongoDB access using a Reactive Mongo driver
- Test-driven development
- git and GitHub
- SBT
- Mockito/MockFactory
- CURL