Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 716 Bytes

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