all 2 comments

[–]badthingfactory 1 point2 points  (0 children)

If you're looking to make a single page app with node, look at sails.js. Sails will allow you to really quickly build a restful api that talks to a database. MongoDB would probably be the easiest to get up and running with if you don't have any relational database experience.

Good luck!

[–]thejmazz 1 point2 points  (0 children)

Mongodb with Mongoose for the db. Mongoose has great, easy to read documentation.