Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 347 Bytes

File metadata and controls

23 lines (16 loc) · 347 Bytes

API for charts-project

https://data-charts-api.hexlet.app/

Commands

# build project
make build

# run project
make compose

API

# return all visits from begin to end dates
/visits?begin=2023-03-01&end=2023-04-01

# return all registrations from begin to end dates
/registrations?begin=2023-03-01&end=2023-04-01