RFID(RC522) + Raspberry Pi 3 checking attendance and writing user with web interface created with Phoenix.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/latachz/latachz-rfid.git
Install Elixir deps:
cd web && mix deps.get
Install npm assets:
cd assets && npm install
Starting server:
mix phx.server
python3 add_user.py
python3 check_attendance.py
Distributed under the MIT License. See LICENSE
for more information.
Kacper Latuszewski - @kacpx123 - [email protected]