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.
- Host: GitHub
- URL: https://github.com/thusithz/throttling-app
- Owner: thusithz
- Created: 2021-04-01T15:50:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T01:50:11.000Z (about 1 year ago)
- Last Synced: 2025-03-02T20:17:34.163Z (about 1 year ago)
- Topics: node-react, nodejs, reactjs, throttling
- Language: TypeScript
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)