Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.
/ Perdita Public archive

Perdita is Lost and Found Portal Built with Laravel, Vue 3, Inertia and Tailwind

Notifications You must be signed in to change notification settings

pushpak1300/Perdita

Repository files navigation

37_Tricode

Predita

Requirements

  • Docker
  • Docker Compose

Setup the Project

  1. Clone the repo and run cp .env.example .env
  2. Run this command to download composer dependencies:
    docker run --rm \
     -v $(pwd):/opt \
     -w /opt \
     laravelsail/php80-composer:latest \
     composer install
  3. Make sure no process is running on 8000,8001,8002 port and Run the command to run the containers
    ./vendor/bin/sail up While running the application make sure you have alias set up for alias ./vendor/bin/sail= sail
  4. Run command to set application key sail artisan key:generate
  5. Run command to migrate the database sail artisan migrate --seed
  6. Run the test using this commandsail artisan test
  7. Run this command to install dependencies sail npm install
  8. Runt the watchers sail npm run watch

About

Perdita is Lost and Found Portal Built with Laravel, Vue 3, Inertia and Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages