Skip to content

sd880428/A13_userAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

短網址產生器

規格


功能:

  • 驗證登入帳號密碼正確與否並導向畫面

安裝與執行:

  1. clone此專案
git clone https://github.com/sd880428/A13_userAuthentication.git
  1. 使用終端機到此專案目錄下
cd ~/.../A13_userAuthentication/
  1. 安裝套件
npm i
  1. 自行加入.env 檔設定環境變數
MONGODB_URL = mongodb+srv://<username>:<password>@......mongodb.net/<database>?retryWrites=true&w=majority
  1. 執行
npm run dev
  1. 終端機顯示以下字串代表成功
server has started!!
  1. 開啟瀏覽器進入 http://localhost:3000 即可

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published