/RapidUrl

A URL shortener app! 🌐✂️ Shorten long URLs into concise ones for easy sharing. Track clicks, manage links, and enhance accessibility!

Primary LanguageJavaScript

Installation

  1. Clone the repository

    git clone https://github.com/iam-abin/url-shortner.git
    
  2. Navigate to the project directory

    cd url-shortner
    
  3. Install the dependencies

    npm install 
    
  4. Set up the required environment variables. Rename the env.example file to .env and provide the necessary values for your environment

  5. Start the development server

    npm run dev
    
  6. Access the application using

    http://localhost:5000