Skip to content
/ Shorto Public

A link shortener which provides realtime analytics for the generated links

License

Notifications You must be signed in to change notification settings

Ax9D/Shorto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorto

A link shortener which provides live analytics. Backend uses express js and mongodb. Frontend written in Vue.js. demo
Live at: https://ax9d.github.io/short/

Icons made by Freepik from www.flaticon.com

Setup

Get the code from the repo

git clone https://github.com/Ax9D/short.git

Build

After cloning, Install dependencies for both frontend and backend

cd frontend && npm install
cd ../backend && npm install

Run

To run the app locally, start the backend server ( inside backend )

npm run dev 

then run Vue cli's dev server for the frontend ( inside frontend )

npm run serve