hariprasanths / Cargo-tracker

Track live location details and provide optimal route for transport of goods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cargo Tracker

Track live location details and provide optimal route for transport of goods.

Web

Tech

Usage

Cargo Tracker requires Node.js v6.11.5 LTS to run.

Install the dependencies and devDependencies and start the server.

Install sequelize-cli , the Sequelize Command Line Interface (CLI)

npm install -g sequelize-cli

For development environments...

$ npm install
$ bower install
$ npm run watch

For production environments...

$ npm install
$ bower install
$ npm run prod

If bower is not installed already, install it using

npm install -g bower
For migrating the tables...
```sh
$ sequelize db:migrate

When you install a new dependency always use --save

$ npm install --save <package_name>
$ bower install --save <package_name>

App

Usage

After starting the server, build the app and run it.

Happy coding

About

Track live location details and provide optimal route for transport of goods.


Languages

Language:Java 100.0%