Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 3.05 KB

README.tw.md

File metadata and controls

81 lines (56 loc) · 3.05 KB


nextjs-13-JWT-authentication

React ESLint TypeScript Prisma Markdown JSON

GitHub top language GitHub code size in bytes GitHub commit activity GitHub license

English Readme | 繁體中文 Readme


📍 Overview

這個項目幫助我快速熟悉和復習 Next.js 13 中的 middlewarejose 中的 JWS 和其他 JWT 相關的 RFC、prisma 中的基本概念以及 Vercel Postgre 的使用。


🚀 Getting Started

🖥 安裝

  1. Clone 本專案:
git clone https://github.com/ttpss930141011/nextjs-13-JWT-authentication
  1. cd 進專案目錄:
cd nextjs-13-JWT-authentication
  1. 安裝相依套件:
npm install

🤖 使用 nextjs-13-JWT-authentication

Development

npm run dev

Production

npm run prod

Deployment

  • 點擊以下按鈕以在 Vercel 部屬此專案
    Powered by Vercel

  • 創建 Vercel Postgre database.

  • 將 Vercel Postgre database 連結到剛剛部屬上 Vercel 的專案,他將會自動套用 DB 的環境變數。 Vercel Postgre env

  • Done!

📄 License

該項目已獲得 MIT LICENSE 的許可。 請參閱許 LICENSE 文件以獲取更多信息。