설명 없음

melodmi 658c2ef7a4 update formatting 3 년 전
files 4605346b19 First commit 3 년 전
.DS_Store 4605346b19 First commit 3 년 전
README.md 658c2ef7a4 update formatting 3 년 전
go.mod 4605346b19 First commit 3 년 전
go.sum 4605346b19 First commit 3 년 전
main.go 4605346b19 First commit 3 년 전
my.db 4605346b19 First commit 3 년 전

README.md

Functions implemented:

  • signup,
  • login with username and password,
  • logout,
  • the user cannot login again if he/she is already logged in (except admin),
  • the user cannot signup for username already used,
  • check how many users logged in (from INDEX.html)

Testing

  • User for testing: username -> hello, password -> world
  • Admin user (hard-coded): username -> admin, password -> admin