Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 1.74 KB

README.md

File metadata and controls

81 lines (63 loc) · 1.74 KB

Shorten URL is a website that allows users to transform long URLs into shorter, more shareable links.!
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Feature

  • URL Shortening
  • Customizable Links
  • Stored Database

Built With

Getting Started

Prerequisites

Installation

  • Clone repository

       https://github.com/gillyhuga/short-link-app.git
    
  • Go to the project directory

       cd short-link-app
    
  • Create environment variables

       cp .env.example .env.local
    
  • Set up the environment variables to your .env file

    DATABASE_URL contains MongoDB connection URL

  • Install dependencies

       npm install
    
  • Start the server

       npx next dev
    
  • Open http://localhost:3000 with your browser to see the result