Skip to content

wilecoyte78/dealer-inspire

Repository files navigation

Dealer Inspire Code Challenge

About Laravel

After cloning repository

cp .env.example .env
  • Create a database within your RDBMS
  • Change the following for the database you wish to use
    • DB_CONNECTION=mysql
    • DB_HOST=127.0.0.1
    • DB_PORT=3306
    • DB_DATABASE=dealer_inspire
    • DB_USERNAME=root
    • DB_PASSWORD=
  • Run the following commands
composer install
npm i
npm run dev
php artisan migrate
php artisan key:generate
php artisan serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages