このプロジェクトはICカードを利用した入退室管理システムです。Node.jsとReactを使用して構築されています。
/project-root/ |-- /backend/ | |-- server.js | |-- .env | |-- package.json |-- /frontend/ | |-- public/ | | |-- index.html | |-- src/ | | |-- App.js | | |-- index.js | | |-- /components/ | | |-- RoomStatusTable.js | |-- package.json |-- /nfc-reader/ | |-- read_nfc.py | |-- requirements.txt |-- .gitignore |-- README.md |-- package.json