Skip to content

Hani-Ghazi/traffic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traffic App

This app for Project2

Prerequisites

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).

Server Installation

  • 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).

CMS Installation

  • 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).

Create the Docs (make sure you have installed the API docs)

  • cd server
  • apidoc -i routes/ -o api-doc/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published