Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 651 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 651 Bytes

Rate Limiter Visualizer

Roadmap

Frontend

  • Control Pannel ✅
  • Component Library ✅
  • Rate limiter state visualizer ⚒️
  • Test Simulation 🕔

JS Backend

  • Express basic API ✅
  • Express token rate limiter✅
  • Express bucket rate limiter⚒️
  • Express sliding window rate limiter🕔
  • Integration tests

How to run the project

Frontend

Install dependencies

cd frontend

npm install

Run React website

npm run dev

JS Backend

Open new terminal and install dependencies

cd js-backend

Install dependencies

npm install

Run Express server

npm run dev