/short-url-node

URL Shortner with Node.js, Express.js, JavaScript, MongoDB.

Primary LanguageJavaScript

URL Shortner with Node.js, Express.js, JavaScript, MongoDB.

Features:

  • Shorten Any URL.
  • Get Analytics.

Prerequisites

Node version 18.x.x

Cloning the Repository

git clone https://github.com/nayak-nirmalya/short-url-node.git

Install Packages

npm i

Setup .env File

MONGODB_URL=
PORT=8001

Start the App

npm run start