Fakultas Ilmu Komputer UI

[#106] Implement Traffic Statistics API

Jonathan Christopher Jakub requested to merge 1706040151-106 into master

Closes #106 (closed)

This MR adds a new app of traffic_statistics with a single endpoint:

{base_url}/statistics/api/?start_date={dd-mm-yyy}&end_date={dd-mm-yyy}/

This endpoint will return the daily View, Comment, Download, and Like counts from the given date range in JSON format.

Sonarqube report here.

Edited by Jonathan Christopher Jakub

Merge request reports