ssahibsingh / url-shortener

πŸ”— A URL Shortener made with the help of Node.js and MongoDB as Database. Other Technologies used are Express.js, EJS and Mongoose.

Home Page:https://urlshortner-5ape.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

A URL Shortener made with the help of Node.js and MongoDB as Database.

Demo

https://urlshortner-5ape.onrender.com

Features

  • Shorten Your URLs Easily
  • Add Custom Alias

Run Locally

Clone the project

  git clone https://github.com/ssahibsingh/url-shortener.git

Go to the project directory

  cd url-shortener

Install dependencies

  npm install

Start the server

  node app.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGOOSE_URI= <MongoDB Connection String>

BASE_URL= <Your Domain>

Documentation

About

πŸ”— A URL Shortener made with the help of Node.js and MongoDB as Database. Other Technologies used are Express.js, EJS and Mongoose.

https://urlshortner-5ape.onrender.com


Languages

Language:EJS 49.1%Language:JavaScript 45.5%Language:Dockerfile 2.6%Language:CSS 2.6%Language:Procfile 0.2%