/booksAPI

A "Simple" Spring REST Service, which will look up books for you, and save them in a local postgres Database.

Primary LanguageJavaMozilla Public License 2.0MPL-2.0

booksAPI

What is this?

A "Simple" Spring REST Service, which will look up books for you, and save them in a local postgres Database.

Getting started

Install a PostgreSQL Server on your machine, and create a user with the name bookmgmt and the password booksarecool and give this user control over a database called bookdb. To run the tests you will also need to create a database called bookdb_testing