https://github.com/hexlet-components/data-charts-api
Api for data analytics project
https://github.com/hexlet-components/data-charts-api
Last synced: 5 months ago
JSON representation
Api for data analytics project
- Host: GitHub
- URL: https://github.com/hexlet-components/data-charts-api
- Owner: hexlet-components
- Created: 2023-11-23T13:10:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:30:33.000Z (over 1 year ago)
- Last Synced: 2024-11-01T18:26:17.046Z (over 1 year ago)
- Language: Python
- Homepage: https://data-charts-api.hexlet.app/
- Size: 8.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API for charts-project
https://data-charts-api.hexlet.app/
## Commands
```bash
# build project
make build
# run project
make compose
```
## API
```bash
# 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
```