This app for Project2
You will need the following things properly installed on your computer.
- Node.js (latest version with NPM)
- Git
- Grunt (to serve the CMS)
- Api docs (install it globaly, it nees sudo permission).
cd server
.git clone https://github.com/Hani-Ghazi/traffic.git
.npm install
(to create the server dependencies).npm start
(to run the server at localhost:3000).
cd cms
.npm install
(to create the CMS dependencies).bower install
(to create the CMS bower depencdencies).grunt serve
(to run the CMS website interface).
cd server
apidoc -i routes/ -o api-doc/