Skip to content

MikeJoester/RF-Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RF-Study

Overview

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

Installation

Hardware

Arduino_Uno_i2C_LCD_bb

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"

Frontend

You can access the Frontend folder by using this command:

cd admin-dashboard/frontend

Install the dependencies:

npm install

Run the frontend on local:

npm run dev

The website will be available on this link: http://localhost:3000

Backend

You can access the Backend folder by using this command:

cd admin-dashboard/backend

Install the dependencies:

npm install -g yarn
yarn install

Run the frontend on local:

yarn start

The website will be available on this link: http://localhost:8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •