Skip to content

cazabec/EasyLock

Repository files navigation

EasyLock

EasyLock is a SaaS solution to manage your locks. It uses facial recognition.

Demo

Easylock animation

How it works

  • Create a new account and upload at least 5 pictures of you
  • Wait to be invited on a lock or create your own lock
  • Invite people on your lock by entering their email address
  • Set an expiration date for the invitation
  • Check who can open your lock by sending profile pictures

Frontend

  • React
  • Babel for ES6 and ES7 magic
  • Webpack for bundling
  • Redux Predictable state container for JavaScript apps

Backend

Installation

I use Docker as a development environment.

Install Docker and Docker Compose.

To launch the development server

  • $ docker-compose build
  • $ docker-compose up

To stop the development server:

  • $ docker-compose stop

Stop Docker development server and remove containers, networks, volumes, and images created by up.

  • $ docker-compose down

You can access shell in a container

  • $ docker ps
  • $ docker-compose exec api bash

Access web app

Just go to http://localhost:81

About

A facial recognition lock system

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors