CMS
CMS copied to clipboard
Blog Engine
Do you want to see live demo? Visit http://zackyang.com
Purpose
To showcase node-odata how easy to write a real project based on communicating with a REST back-end.
Technology stack
- oData Protocol for REST API base on node-odata
- Awesome AngularJS
- CSS based on Bootstrap
Installation
Prepare
You just need to install Node.js, build tool named Grunt and package manage tool named Bower.
- Install node.js
- Install
GruntandBoweras global npm modulesnpm install -g grunt-cli bower
Get the Code
Either clone this repository or fork it on GitHub and clone your fork:
git clone https://github.com/TossShinHwa/CMS.git
cd CMS
Run
We need to install as local dependencies using npm and bower.
npm install
bower install
Then run it
grunt
It will automatically open a browser and connect to the server.
Default admin account: admin , password: 123
License
MIT License.


