Skip to content

URL Shortener Web Application built using Vue and Node

Notifications You must be signed in to change notification settings

wisuja/vue-node-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener with Vue & Node

This project was built for me to learn about URL shortening website, such as bit.ly, etc.

Steps to run this application

  1. Click on <> Code button
  2. Copy the HTTPS/SSH repository link
  3. Run git clone command on your terminal.
  4. Run npm install command inside client and server folder.
  5. In the client folder, Create .env file by copying .env.example file. Don't forget to fill in necessary values.
  6. Run both client and server application.
  • Client: npm start
  • Server: npm start
  1. URL Shortener application should be accessible on your browser.

Screenshots

Main Screen