We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00888b7 commit 88e5648Copy full SHA for 88e5648
README.md
@@ -159,7 +159,7 @@
159
160
``` js
161
162
- "SignInUpBackend": "node -e \"require('login-signup-react').RunBackendMysqlNoMVC()\""
+ "SignInUpBackendnoMVC": "node -e \"require('login-signup-react').RunBackendMysqlNoMVC()\""
163
164
```
165
@@ -188,7 +188,16 @@ node_modules
188
189
- then develop your mysql evniroment
190
191
-- or you can use sql file in `Database` folder in `server` folder
+ `ID int AI PK
192
+ username varchar(45)
193
+ email varchar(100)
194
+ password varchar(100)
195
+ role varchar(45)
196
+ create_at datetime
197
+ is_active int
198
+ is_lock int`
199
+
200
+ - mysql table
201
202
- start the Project
203
0 commit comments