Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Mappy/mobilelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published