Skip to content

julzhk/artistsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implement a simple search service (complete with suitable test coverage) using a suitable Python web framework
(micro frameworks welcome).
The purpose is to find artists that match an age range (minimum to maximum) where results are
ordered and returned by best fit.

The best fit algorithm is open to your choice,
but should favour artists with ages in the middle of the range over those at the edge of the range.

The output from the search function should be a JSON encoded structure with a list of matching artist UUIDs
and ages

About

simple django rest api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages