Skip to content

globe-and-citizen/Stats-API

Repository files navigation

Stats API

Statistics from Celebrity Fanalyzer entries

How to Run

Ask for the .env file

This file is not included in the repository for security reasons. Ask a member of the team for the file.

Install Dependencies

npm install

Run the Server

npm start

Database Diagram

erDiagram
    STATS {
        int id PK
        timestamp created_at
        string user_id
        string post_id
        int clicks
        int keypresses
        int mousemovements
        int scrolls
        int totaltime
    }
Loading