A simple microblogging web application written in AngularJS as frontend and NodeJS/ExpressJS for backend
- Blog Post CRUD(Create, Read, Update & Delete)
- User Login using Passport-HTTP
node v8.1.0
npm v5.0.3
angular v1.3.15
$ git clone --depth=1 https://github.com/sudogem/microblog-express-node.git
$ cd microblog-express-node
$ npm install
$ npm start
$ NODE_PORT=4010 pm2 start --name mblog -i 1 ./bin/www
$ pm2 delete mblog ## To remove mblog process
$ npm test
$ mocha test/{Filename}.js
Demo account
account: user@mail.com
pass: test
microblog-express-node © 2015 Arman Ortega. Released under the MIT License.