Skip to content

skalinchuk/flask-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published