Skip to content

kiishi/assessment

Repository files navigation

Assessment

to run the project, use the below command after creating a .env file that contains the .env.sample format

docker-compose up

Tests

Test

To test live endpoint

curl --location --request POST 'https://getir-assessment-deolu.herokuapp.com/get-records' \
--header 'Content-Type: application/json' \
--data-raw '{
    "startDate":"2016-05-31",
    "endDate":"2021-05-31",
    "minCount": 4000,
    "maxCount": 6000
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published