/react_node_rate_limiter

This is an implementation of rate limiting using express-rate-limit library with react js and node js

MIT LicenseMIT

react_node_rate_limter

This is an implementation of rate limiting using express-rate-limit library with react js and node js

How to clone this project

Run the command git clone --recurse-submodules https://github.com/supatechie/react_node_rate_limiter.git

This repo uses git submodule so each subdirectory(client & server) are independent with their respective git controller. In order to commit the files in each dir, navigate to each dir and do so.

How to run this project

Open client and server directories and read the README.md files to learn how to run the project.

Happy coding