kidoncio / art-gallery

Art gallery made with Laravel 9 (using Sails) + Vue (using Vite) + Tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art gallery

Requirements

To run this project in your local machine you will need to install Docker Desktop and Docker Compose.

How to install the project

$ git clone https://github.com/Kidoncio/art-gallery
$ cd art-gallery
$ docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install --ignore-platform-reqs
$ cp .env.example .env
$ ./vendor/bin/sail up -d
$ ./vendor/bin/sail php artisan key:generate
$ ./vendor/bin/sail npm install

How to run

$ ./vendor/bin/sail php artisan serve
$ ./vendor/bin/sail npm run dev

After that your server will be running at http://localhost/

About

Art gallery made with Laravel 9 (using Sails) + Vue (using Vite) + Tailwind


Languages

Language:TypeScript 92.9%Language:PHP 6.4%Language:Vue 0.6%Language:Shell 0.1%Language:Blade 0.0%Language:JavaScript 0.0%Language:CSS 0.0%