B6419455 ภูวดล ศรีธร
B6419615 นายนฤเบศน์ จิตรช่วย
เพื่อเรียนรู้การ encryption decryption and digital signature เพื่อ Authentication ในการเลือกหัวหน้าทีมในการเลือกตั้ง พร้อมยังสามารถตรวจสอบหลักฐานการโหวตได้จาก Hash ข้อมูลทั้งหมด ด้วย SHA-512 เพื่อตรวจสอบคามถูกต้อง Data Integrity
git clone
cd frontend
npm install --save react-router-dom@6.x
cd frontend
npm install antd --save
cd frontend
npm npm install node-forge
npm npm install node-forge jsencrypt
cd backend
go get -u github.com/gin-gonic/gin
go get -u gorm.io/gorm
go get -u gorm.io/driver/sqlite
run backend
go run main.go
run frontend nom start