Skip to content

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

Notifications You must be signed in to change notification settings

thusithz/throttling-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages