I'm working on building a REST API in Node.js which I will use to power mobile and web apps. I'm asking for a general structure guide since I haven't found anything good online.<p>My personal use would not consist of any web views, or tempting. It would consist of the data model, connected to a database, and routes for http requests.
You might find this demo project interesting:<p><a href="https://github.com/madhums/node-express-mongoose-demo" rel="nofollow">https://github.com/madhums/node-express-mongoose-demo</a>