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
- Host: GitHub
- URL: https://github.com/trco/node-blog-app
- Owner: trco
- Created: 2019-05-02T19:32:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T19:37:10.000Z (about 7 years ago)
- Last Synced: 2025-01-06T06:12:36.265Z (over 1 year ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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