Ever since I started making web apps, I had to redo the same things over and over again. Luckily, I eventually created a base structure with all the essential setup -like authentication, payment collection, email verification, password resets, confirmation emails, in-app notifications, and a bunch of other boring stuff.
Then I thought, if I'm facing this problem, other developers probably are too. So, I built a boilerplate using the MERN stack with all those tedious parts already implemented. Now, anyone can kickstart their project without having to build everything from scratch.
If you work with the MERN stack, check it out- you'll thank me later.
Ever since I started making web apps, I had to redo the same things over and over again. Luckily, I eventually created a base structure with all the essential setup -like authentication, payment collection, email verification, password resets, confirmation emails, in-app notifications, and a bunch of other boring stuff.
Then I thought, if I'm facing this problem, other developers probably are too. So, I built a boilerplate using the MERN stack with all those tedious parts already implemented. Now, anyone can kickstart their project without having to build everything from scratch.
If you work with the MERN stack, check it out- you'll thank me later.