nil1729 / url-shortner-nodejs

Url Shortening Service Using NodeJS and Mongodb

Home Page:https://url--nil.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Url Shortening Service Using NodeJS and Mongodb

https://url--nil.herokuapp.com/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 89.1%Language:HTML 6.6%Language:CSS 4.3%