Browse Source

update readmd

melodmi 3 years ago
parent
commit
f773dbb274
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+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)
+
+
+User for testing: username -> hello, password -> world
+Admin user (hard-coded): username -> admin, password -> admin