Skip to content

skeiter9/traru

Repository files navigation

Traru

Simple app for tracking trucks and their routes.

Instalation

This project use:

Server

  • Node.js >= 4.0.0
  • Loopback framework >= 2.22.0
  • MongoDb >= 3.0.0
  • PostCss
    • postcss-import
    • postcss-url
    • autoprefixer
    • postcss-custom-properties

Client

  • Angular material
  • Babel 6
  • Webpack
  • Jade

install all dependencies:

  npm install

Run the app

  npm start
  • Default root user:
  user: root
  password: 123456

Tests

test written with tape

Run test

  npm test
  • Linting all code with jscs
  • Run unit tests for client(angular)
  • Run unit tests on node(server) (in progress)

Run tests in development environment

  npm run test:watch
  • Launch karma server with tape as framework

About

App for tracking trucks and their routes

Resources

License

Stars

Watchers

Forks

Packages

No packages published