An open API service indexing awesome lists of open source software.

https://github.com/thusithz/throttling-app

A full-stack application built with Node.js and React.js that implements IP-based request throttling.
https://github.com/thusithz/throttling-app

node-react nodejs reactjs throttling

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:
```bash
yarn install
```

2. Start the application:
```bash
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:
- [Backend Documentation](./server/README.md)
- [Frontend Documentation](./web-app/README.md)