Skip to content

njokdan/url-shortner-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Url Shortening Service Using NodeJS and Mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 6.2%
  • CSS 4.3%