Skip to content

sherryliao21/url-shortener

Repository files navigation

URL Shortener

Imgur Imgur An URL shortener web tool built with Express.js

Features

  1. Users are able to generate a shortened link for the original URL
  2. Users are able to copy the shortened URL to their clipboard
  3. Users are able to check generate history (developing-in-process)

Environment SetUp

  1. Node.js v14.15.4
  2. Express v4.17.1
  3. Express-handlebars v5.2.0
  4. Nodemon v2.0.7
  5. Body-Parser v1.19.0
  6. Mongoose v5.11.13

Installing

  1. Clone this project to your local machine with terminal
git clone https://github.com/sherryliao21/url-shortener.git
  1. Find the folder of this project
cd url-shortener
  1. Install npm add-ons
npm install
  1. Run seeder
npm run seed
  1. Run project
npm run dev
  1. Open your browser and enter path
localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published