|
|
|
Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app
(words.alexeypro.com)
|
|
39 points
by green
5179 days ago
|
|
No, it's not an another framework. Chill. All this code is basically the template which I use to jump-start with new project. It has simplistic Model and DAO (MySQL and Mongo - which are interchangable), and all the usual set of Node.JS modules I like to use (I gathered them from across many forums, as the most stable and reliable). So, it saves me a ton of time. I clone it, and go from there. You can get simple CRUD right away, just change the model (yeah, it's very "opionated"). And if you feel like you need something more sophisticated just change the code! |
|