Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.27 KB

Backend Engineer - Home Assignment

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.

Entries examples

There are three types of JSON object

business located at: business

location located at: location

person located at: person

Backend service

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

Last words

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.