Skip to content

jvbalcita/laravel-assessment

Repository files navigation

Setup and Installation

This project uses Laravel with Inertia.js, Vue.js, Tailwind CSS, and Laravel Sail for local development.

Prerequisites

  • Docker
  • Docker Compose

Installation

  1. Clone the repository:

    git clone https://[email protected]:jvbalcita/laravel-assessment.git
    cd laravel-assessment
  2. Install dependencies:

    composer install
    npm install
  3. Copy the .env.example file to .env:

    cp .env.example .env
  4. Generate the application key:

    php artisan key:generate
  5. Start the development environment:

    ./vendor/bin/sail up -d
  6. Run the database migrations:

    ./vendor/bin/sail artisan migrate
  7. Build the front-end assets:

    npm run dev

The application should now be up and running on http://localhost:8082.

Completed Levels

  • Level 1
  • Level 2
  • Level 3

Bonus Points

  • All Bonus Points

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published