Skip to content

This repository contains files for URL Shortener app built with Node.js, Express and MongoDB. It simplifies long URLs into short, shareable links.

Notifications You must be signed in to change notification settings

Raajesh3108/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener application: NodeJs & MongoDB

This is an example of how to make a application which shortens the url entered by the client.

MongoDB is used for storing Users in Database.


To start setting up the project

Step 1: Clone the repo

https://github.com/Raajesh3108/URL-Shortener.git

Step 2: cd into the cloned repo and run:

npm install

Step 3: Install & Run MongoDB (Linux Ubuntu)

See https://docs.mongodb.com/manual/installation/ for more infos

Step 4 (optional): If Nodemon not installed

npm install -g nodemon

Step 5: Start the application by

npm start

Contribute

You can fork this repo and send me a PR.

License

This project is licensed under the MIT License.

About

This repository contains files for URL Shortener app built with Node.js, Express and MongoDB. It simplifies long URLs into short, shareable links.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published