Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 703 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 703 Bytes

Throttling Application

A full-stack application built with Node.js and React.js that implements IP-based request throttling.

Project Structure

  • server/ - Backend API built with Express.js and TypeScript
  • web-app/ - Frontend application built with React.js and Material-UI

Getting Started

  1. Install dependencies:
yarn install
  1. Start the application:
yarn run start

This will concurrently start both the backend server and frontend application.

Documentation

Please refer to individual README files in the respective directories for detailed documentation: