/short-url

URL shortener

Primary LanguageJavaScriptMIT LicenseMIT

Short-url

Project for learning purposes.

Making a URL link you want "shorter".

In this example we used http://localhost:500/{hashOfUrl} that redirects to the original website. We can buy a short domain name and change localhost for that.

How to start

Change username and password of mongo database in

./config/keys.js

For installing packages

npm install

For runnning concurrently the server and client

npm run dev

Screenshot:

Home