An URL shortener web tool built with Express.js
- Users are able to generate a shortened link for the original URL
- Users are able to copy the shortened URL to their clipboard
- Users are able to check generate history (developing-in-process)
- Node.js v14.15.4
- Express v4.17.1
- Express-handlebars v5.2.0
- Nodemon v2.0.7
- Body-Parser v1.19.0
- Mongoose v5.11.13
- Clone this project to your local machine with terminal
git clone https://github.com/sherryliao21/url-shortener.git
- Find the folder of this project
cd url-shortener
- Install npm add-ons
npm install
- Run seeder
npm run seed
- Run project
npm run dev
- Open your browser and enter path
localhost:3000