Isn't Clementine.js kinda stupid idea?

I trying to implement FCC Vote App based on this Boilerplate. And what is it? ajaxRequest don’t utilize body of request, so POST can’t send data. Author building REST application on express, but don’t include any template engine, so how am I supposed update information in pages? Using scripts, like it’s a single-page app? It’s look like building this app from the ground will be easier.
Can I use Meteor.js with React, instead?

Try this if you want to use boilerplate code: https://expressjs.com/en/starter/generator.html

For building API code: https://swagger.io/

1 Like

What about authorization?

You don’t have to use clementine if you don’t want to. I haven’t used it.

Use passportjs