Skip to content

Grzyb9k/crud-laravel-vue-docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD EXAMPLE

Laravel 8, Vue 3, Pinia, Docker, TailwindCSS

Installation:

Run in terminal:

git clone https://github.com/Grzyb9k/crud-laravel-vue-docker-example
docker-compose up

To load the database structure along with demo data:

docker-compose run --rm php /var/www/artisan migrate:fresh --seed

Default admin account: localhost/admin/login

Login: hello@world.com Password: secret

Other info

npm run dev

docker-compose run --rm npm npm run dev   

npm run prod

docker-compose run --rm npm npm run prod   
  • nginx - :80
  • mysql - :3306
  • php - :9000
  • redis - :6379
  • mailhog - :8025

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published