An open API service indexing awesome lists of open source software.

https://github.com/trco/node-blog-app

Learning Node - Practical Node.js by Azat Mardan
https://github.com/trco/node-blog-app

Last synced: over 1 year ago
JSON representation

Learning Node - Practical Node.js by Azat Mardan

Awesome Lists containing this project

README

          

=============
Node Blog App
=============

Learning Node - Practical Node.js by Azat Mardan

To see ``node-blog-app`` in action clone the repository and run it locally::

$ git clone https://github.com/trco/node-blog-app.git
$ cd node-blog-app
$ npm install
$ node app.js

Run tests with::

$ npm test