You will write a small backend application that stores information about a several types of entries: business, person and location which caries information about address and opening hours.
There are three types of JSON object
business located at: business
location located at: location
person located at: person
Write a "backend application" which model and keep (embedded db or load on startup) following entries and provide simple API service:
GET all entries with optional filtering based on type
GET single entity
You can use technologies of your choice, it's important that you're experienced with the technologies and frameworks you choose. Don't try to impress us by choosing fancy new things. ;-)
Please provide us a link to the git repos for your solution. Please quickly mention how you bootstrapped your app and mention any sources that helped you to do that (sample apps, blog posts etc.).
Don't spend more than 4 hours on this task.