Do you want to see live demo? Visit http://zackyang.com
To showcase node-odata
how easy to write a real project based on communicating with a REST back-end.
- oData Protocol for REST API base on node-odata
- Awesome AngularJS
- CSS based on Bootstrap
You just need to install Node.js, build tool named Grunt and package manage tool named Bower.
- Install node.js
- Install
Grunt
andBower
as global npm modulesnpm install -g grunt-cli bower
Either clone this repository or fork it on GitHub and clone your fork:
git clone https://github.com/TossShinHwa/CMS.git
cd CMS
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
MIT License.