Skip to content

bruschettabros/vehicleCheck

Repository files navigation

Vehicle check

Description

Simple web app that checks for a vehicle via make, model and registration

Instructions are written with Laravel Sail in mind

Installation

  1. Clone the repository and cd into it
  2. Install the dependencies with
composer install

and

npm install
  1. Create a .env file, you can create a copy of the example
cp .env.example .env
  1. Generate the application key
php artisan key:generate
  1. Run sail
make up

Testing

You can run FE tests with:

make test-frontend

And BE tests with:

make test-backend

Good to know

  • The app uses Laravel Sail for local development
  • Run npm run dev to compile the assets
  • Run make down to stop the containers
  • You can seed the database with make seed (This will generate 10 vehicles)

About

Laravel and Vue based simple vehicle check form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published