This is an IOT project to check students' attendance created by RFID team:
- Nguyen The Dan
- Nguyen Tuan Dung
- Le Xuan Cuong
- Le Tri Hieu
In the hardware folder, you can find one Arduino project named RFID_Reader. Open it with Arduino IDE. If you want to change the access Wifi SSID and password of the ESP32, you can edit these following codes in the file:
#define SSID "Your Wifi Name"
#define PASSWORD "Your Wifi Password"You can access the Frontend folder by using this command:
cd admin-dashboard/frontendInstall the dependencies:
npm installRun the frontend on local:
npm run devThe website will be available on this link: http://localhost:3000
You can access the Backend folder by using this command:
cd admin-dashboard/backendInstall the dependencies:
npm install -g yarn
yarn installRun the frontend on local:
yarn startThe website will be available on this link: http://localhost:8888
