Skip to content

GytisLaukaitis/Cars_Crud

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About project

This CRUD application demonstrates relation in database between customers,cars and cars manufacturers

Usage

  1. Deploy project to your local server direcory (example Ampps/www). So open gitbash here.
  2. Clone code with command: git clone https://github.com/GytisLaukaitis/Cars-Crud.git
  3. Next command: composer require laravel/ui
  4. Install npm with command: npm install && npm run dev
  5. Create empty database and create .env file. Copy and paste content from example.env file and change database name and password.
  6. Run command: php artisan migrate:fresh --seed
  7. Open public folder
  8. If laravel asks, generate project key.
  9. Login gytislaukaitis@gmail.com Password gytis

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages