Skip to content

multiplai-tech/larazillow

Repository files navigation

Vue 3 + Inertia.js + Laravel 8 + Tailwind (VILT Stack)

Disclaimer: This open-source project has been shared by the instructor at Fado Code Camp exclusively for demonstration purposes, and is not intended for production use.


Note: Upon completion of the course, the intention is to further develop this project.

Features

  • 🔥 Composition API
  • 📋 The <script setup> syntax.
  • 📦 Service Pattern
  • 🐋 Docker compose
  • 🧮 Adminer for database management
  • 📧 Mailhog for email testing

Installation

  1. Clone the repository
  git clone https://github.com/multiplai-tech/larazillow.git
  cd larazillow
  1. Install the dependencies
  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. Build the images and start the services:
  ./vendor/bin/sail build
  ./vendor/bin/sail up -d
  1. Start the development server. Note: Execute this on different terminal
  npm run dev
  php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published