Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 432 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 432 Bytes

Building A RESTful API With Scala Play

Google Book API

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