dpkk1 / URL_Shortener

A backend project to convert the large URL links to small URL links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener Project

Steps to setup the project:

  1. Fork the Project
  2. Use git bash to clone the project from the forked repository.
  3. use command: git clone https://github.com/github_username/URL_Shortener.git
  4. After cloning the project, run the following command: a) cd URL_Shortener b) code .
  5. The Project will open in VS code editor
  6. Open VS Code terminal and run the following command: npm install
  7. All the required node packages will be installed, and run the following command: npm start
  8. And there you go, open the chrome and run the following url: http://localhost:5000/

If you like to contribute to the project, You are most welcome!

Tech Stack Used: NodeJs, MongoDB

About

A backend project to convert the large URL links to small URL links


Languages

Language:EJS 54.0%Language:JavaScript 46.0%