Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

API Server

Mock API server for the usage analytics interview.

Setup

npm install
npm start

Server runs on http://localhost:3001

Endpoints

  • GET /api/metrics/dau
  • GET /api/metrics/top-orgs

Development

npm run dev  # Auto-restart on file changes