A notes webapp, that uses the MERN(MongoDB, Express, React, Node.js) stack. It allows users to take notes, update them, and delete notes with a responsive web design. It also uses rate limiting to prevent malicious uses.
Samuel Lim
Check their project out: iWater Landing Page
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I finished the whole backend(api) and added in some basic rate limiting allowing a user 100 requests each minute
I added in all the controllers finally, and setup MongoDB, AND TESTED SUCCESFULLY GET, POST, and PUT requests