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

https://github.com/angeal185/nodejs-blog-website-complete

node js blog created with total.js, jquery, bootstrap and stylus
https://github.com/angeal185/nodejs-blog-website-complete

Last synced: 8 months ago
JSON representation

node js blog created with total.js, jquery, bootstrap and stylus

Awesome Lists containing this project

README

          

# nodejs-blog-website-complete
node js blog created with total.js, nosql, stylus, jquery and bootstrap

### Installation

Requires Node.js v4+, bower and stylus.

### Clone, install the dependencies and start the server.

```sh

$ npm install
$ bower install

--start dev

$ node debug.js

--or for production

$ node release.js
```

Done

### Admin
```sh
/$manager/login

user: admin
password: admin
```