Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.38 KB

File metadata and controls

23 lines (17 loc) · 1.38 KB

"Simple API proxy" test assignment

This application creates a simple API proxy, that takes initial data from https://hokodo-frontend-interview.netlify.com/data.json and returns authors with books and sorted lists of books.

The project is written on top of Flask microframework.

To run this project, you need to have docker installed in your system (see https://docs.docker.com/install/)

Installing and starting this project is as simple as cloning it from this repository and running the command: docker-compose up from its main folder.

The web interface of the system will be available at http://localhost:5000/

The following queries shall demonstrate the functionality of the project:

The project contains some simple tests to cover basic functionality. To execute the test suite, please use the provided script bash test.sh