Mappy / mobilelock

A device rental manager built during a Mappy hackaton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Lock

That applications is a device (phone, tablet, etc) rental manager build during a Mappy hackaton.

It’s composed of 2 parts :

  • a client page, used from the device to lock / unlock,
  • a board page, listing all in-use of free devices.

A simple phonegap app, containing an index.html page with a redirection to that service is used to deploy on devices.

Dependencies

You’ll need node, npm and bower (npm install -g bower).

Install

To use it, you‘ll need to :

  1. launch npm install to install server dependencies,
  2. launch bower install to install client dependencies,
  3. then launch the server with make run,
  4. open your browser on http://localhost:4400/.

Run in production

To run program as a service, run make start (and make stop to stop it).

Develop

During development, you can use make run or make debug. Both will reload the app when a file changes.

You can launch unit test using make unit or make tdd (Unit test will be launch each time a test changes).

About

A device rental manager built during a Mappy hackaton

License:MIT License


Languages

Language:HTML 63.1%Language:JavaScript 35.7%Language:Makefile 1.2%