next-js-13-mysql-registration-login-example
Next.js 13 + MySQL - User Registration and Login Tutorial with Example App
파일 탐색기
최종 버전 다운로드 (.zip)- index.js
- Layout.jsx
- AddEdit.jsx
- index.js
- Layout.jsx
- Alert.jsx
- index.js
- Nav.jsx
- NavLink.jsx
- Spinner.jsx
- api-handler.js
- db.js
- error-handler.js
- index.js
- jwt-middleware.js
- users-repo.js
- fetch-wrapper.js
- index.js
- login.jsx
- register.jsx
- [id].js
- authenticate.js
- index.js
- register.js
- [id].jsx
- add.jsx
- index.jsx
- _app.js
- _document.js
- index.jsx
- alert.service.js
- index.js
- user.service.js
- globals.css
- .eslintrc.json
- .gitignore
- jsconfig.json
- LICENSE
- next.config.js
- package-lock.json
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cornflourblue/next-js-13-mysql-registration-login-example
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd next-js-13-mysql-registration-login-example
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
