Node-MVVM is a RESTful MVVM service that I use for prototyping in Express.js
- Express
- MongoDB
Implement Auth as such:
app.put('/:model/:id', 'Auth.checkAuth', database.update);
Node-MVVM is a RESTful MVVM service that I use for prototyping in Express.js
Repository from Github https://github.comkevenages/node-mvvm
Node-MVVM is a RESTful MVVM service that I use for prototyping in Express.js
Implement Auth as such:
app.put('/:model/:id', 'Auth.checkAuth', database.update);
Node-MVVM is a RESTful MVVM service that I use for prototyping in Express.js