Login practice created by node.js and express.
- Login with eamil and password.
- Clone the Repo to local server.
git clone https://github.com/paulwu-tw/shorten-url.git- Install need package by follow cmd.
npm install- Start server for demo.
npm run dev- While see the message below, open browser and enter the following URL.
Listen on http://localhost:3000- Stop server
cmd + c- Node.js: 18.15.0
- Express: 4.18.2
- Express-handlebars: 7.0.7
