chazapp / dird-project-back

A NodeJS Backend for DirdProject
2 stars 0 forks source link

search users feature #45

Closed chazapp closed 5 years ago

chazapp commented 5 years ago

Write a route that finds users

GET /users?handle=Foobar Handle can be anything, the query must returns all users if handle=null, or match a pattern : Foo* returns { Foobar }