matthoiland / restful-api-demo

Code from the video titled "Building a RESTful API in 5 Minutes"
115 stars 45 forks source link

how to show the mongo db neatly in browser #2

Closed latapata closed 9 years ago

latapata commented 9 years ago

Hey

First of all I would like to thank you for such a great work. I am a electronics guy not knowing anything about the node.js but i build my server really fast becasue of your video.

Can you suggest me some method to put the mongodb contents neatly into a html page so that they can be easily visible.

matthoiland commented 9 years ago

Hey @latapata. Glad you enjoyed the video.

Your question is out of the scope of this video, but I'm currently planning to put together another video on using Node/MongoDB with the framework Express and the templating engine Jade that should answer your question. But for now I'd suggest researching Jade and Express.

Hope this helps!