Skip to content

b3ssle/url_shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Intro

Shorten your URL, make your URL cuter. ;)

User Story

  • Enter the original URL to convert to a short URL.
  • Redirect the original URL through the short URL.
  • Click the button to copy the short URL.

How to Start the project

  1. Make sure you have node.js and npm installed first.

  2. Clone the project to your localhost.

  3. Go to the folder through the terminal and type:

    npm install
  4. After installation, continue typing:

    npm run start
  5. If you see this line, it means it is running smoothly, open your browser and go to the following URL:

    Listening on http://localhost:3000
  6. If you want to stop it:

    ctrl + c

Development tools

  • Node.js 14.16.0
  • Express 4.6.14
  • Express-Handlebars 3.0.0
  • Bootstrap 4.3.1
  • Font-awesome 5.8.1
  • MongoDB
  • mongoose 6.0.7

Screenshot

index image about URL Shortener

index image about URL Shortener