Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

MiaoYuFei/cse521s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse521s

Smart Counter: IoT-based items tracking platform

Frontend

Webpage UI, makes requests to backend restful API.

Node.js: Vue3 + Vite

How to run: npm run dev

Backend

Accepts requests from frontend via restful API. Communicates with AWS IoT Core using MQTT protocol.

Node.js: Express

How to run: npm run start

Firmware

Controls RFID receiver hardware, collects data, communicates with AWS IoT Core using MQTT protocol.

C# program on Raspberry Pi