A full-stack application built with Node.js and React.js that implements IP-based request throttling.
server/- Backend API built with Express.js and TypeScriptweb-app/- Frontend application built with React.js and Material-UI
- Install dependencies:
yarn install- Start the application:
yarn run startThis will concurrently start both the backend server and frontend application.
Please refer to individual README files in the respective directories for detailed documentation: