Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Mukho
2021-11-15 21:31:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7eb53f134af1d1ecbe062047c428aba2d985d04b
7eb53f13
1 parent
b071d96b
Update readme.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
readme.md
readme.md
View file @
7eb53f1
...
...
@@ -6,6 +6,10 @@
database : 'userDB'
<br>
}
<br><br>
sql 사용 파일
<br>
router/login/index.js
<br>
router/register/index.js
<br><br>
DB 구조(
*
ID, password, type) -> 형식에 맞게 추가
<br>
*
ID varchar(20), password varchar(20), type varchar(10) // type이 운영자인 경우 서버에서 변경
<br>
추가된 형식에 맞는 로그인 및 세션 등 변경
<br>
...
...
@@ -13,4 +17,4 @@ DB 구조(*ID, password, type) -> 형식에 맞게 추가<br>
LF 오류시 git config --global core.autocrlf true 입력
<br><br>
최종 수정: 2021-11-15 21:16
\ No newline at end of file
최종 수정: 2021-11-15 21:30
\ No newline at end of file
...
...
Please
register
or
login
to post a comment