Skip to content

nil1729/url-shortner-nodejs

Repository files navigation

URL Shortener

  • URL shortner made using NodeJS and MongoDB served over Heroku. Check here.

  • Github Repository Link here.


Website Preview


Setup Locally

Prerequisites

Instructions

>> git clone https://github.com/nil1729/url-shortner-nodejs.git
>> cd url-shortner-nodejs
>> npm install 

In config directory

  • Create a default.json file.
  • Add your MongoDB Atlas credentials in "mongoURI" field.
{
    "mongoURI": ""
}   
  • [Here is the Video Tutorial for how to create MongoDB Atlas account and connect to NodeJS application].

Made Withby Nilanjan Deb