Sharing my Meteor + React boilerplate for Fullstack/Backend projects!

hi Backend folks, I am near the end of my backend journey and have basically completed all the projects (bit left to do on the Pinterest app)

I wanted to share something i am working on that might help others. Basically, a lot of the backend projects involve setting up twitter authentication with views for unauthenticated users so i have created a boilerplate for that based on Meteor+React here: https://github.com/sw-yx/base-fcc

it is hosted here https://base-fcc.herokuapp.com/

and it is based on meteorchef’s base project: https://themeteorchef.com/base

Why Meteor? there is a medium difficulty learning curve for meteor but it should be easy for anyone comfortable with node+mongo+react. The key benefits are everything works out of the box if you play by their rules. Serverside rendering, security, rate limiting, reactiveness, and “professional grade” route->layout->page->container->component structure that is scalable. You can even port your Meteor app to mobile!

you should be able to take this and quickly modify for at least the voting app, and book trading, and pinterest app. Basically anything with user authentication and a database for documents. let me know if any qtns!

3 Likes