Skip to content

URL Shortener made in Laravel 11 & Vue.js 3 with firebase as Database and Auth

Notifications You must be signed in to change notification settings

pardo-salas/urlShortener

Repository files navigation

Stack

Getting Started

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

  1. Fork this project:
  1. Clone the repository:
git clone git@github.com:YOU_USER/urlShortener.git
  1. Install dependencies:
# Install :
npm install
composer install
  1. Copy the example env file and make the required configuration changes in the .env file
    cp .env.example .env
  1. Generate a new application key
    php artisan key:generate
  1. Run
    npm run dev
    php artisan serve