- A URL shortener built with Node.js and Express.
- Users can register, log-in, manage their URLs and view all users' URLs.
- Express
- EJS
- bcrypt
- body-parser
- cookie-session
- cookie-parser
- Install dependencies using the
npm install
command. - Start the web server using
node expressServer.js
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.