Skip to content

hexlet-components/data-charts-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=BEGIN_DATE&end=END_DATE

# return all registrations from begin to end dates
/registrations?begin=BEGIN_DATE&end=END_DATE