Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 865 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 865 Bytes

Url-Shortener

A URL-Shortener created using Node.js, Express.js & MongoDB

url-shortener-mobile-min

URL.Shortener.Video.mp4

Features

  • Shorten a Long URL using the web app
  • Track the number of clicks
  • Full responsive

Technologies

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • Ejs
  • Bootstrap

Usage

Env Variables

Create a .env file in the root folder and add the following

DB_URL = your mongodb url
URL = the url of your app
SECRET = your own string

Install Dependencies (Client & Server)

npm install

Run

npm start