Crud-bones - Boilerplate project to kick-start your Node.JS/Mongo/MySQL CRUD app

http://words.alexeypro.com/crud-bones/
by green • 14 years ago
39 14 14 years 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!

Related Stories

Loading related stories...

Source preview

words.alexeypro.com