Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 2.17 KB

README.md

File metadata and controls

32 lines (23 loc) · 2.17 KB

🔐 Alohomora-3FA Additional hardware required React Node CodeStyle

Status Build Status Greenkeeper badge Known Vulnerabilities BCH compliance Coverage Status

A smart IoT based entrance unlock system which comprises full fledged logging, system security alerts and statistics.

Authors

Prerequisites

HARDWARE:

  • Arduino (sketches and schematics will be provided in the final release).
  • NodeMcu (same as arduino regarding sketches).
  • RFID tag(s) and reader(s).

SOFTWARE:

  • To run the server you need Node.js installed ( > v8.x).
  • Run npm install inside the project folder to receive dependencies.

Install dependencies

Run npm run setup to install both dependencies for client and server.

Development server

Run npm start for a development server. Navigate to http://localhost:3000/.

Testing

Run npm test to execute the backend tests via Mocha and receive code coverage via Istanbul.