Home

Awesome

Backend code test

On this project we will evaluate:

Description

We have an external company that provides us with different events that we fetch, this endpoint changes every day, providing the new events for the future and removing the old ones. The main purpose of the application to develop is to provide a HTTP endpoint to query the different events. This endpoint should accept a "start_date" and a "end_date" param, and return only the events within this time range.

Considerations:

If you have any questions about the test you can contact us

Commands

make run

Check the API with http://127.0.0.1:8000/_health

make tests
make stop
make rm

Documentation

http://127.0.0.1:8000/docs or http://127.0.0.1:8000/redoc

Considerations

Future tasks

Version 2.0