Demonstration app built on node.js and using trestle, mongodb, express, tablesorter, bootstrap, and jade
It only takes a few commands to generate this app.
##Basics
- Install mongodb, node.js, express
- npm install trestle -g
- trestle app ninjas
- cd ninjas
- npm install
- trestle scaffold scaffold ninjago name color power weapon found turns
- node app.js
If everything has gone right then now you can go to localhost:3000 in your browser and voila you have a completely functioning and easily customizable CRUD application.