Skip to content

hemersonvarela/user_crud_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User CRUD test by Hemerson

This is a simple demo user management CRUD application built with Laravel, Inertia.js, Tailwind, React And Docker

System requirements

  • Docker Desktop

Installation

Clone the repo locally:

git clone https://github.com/hemersonvarela/user_crud_test.git
cd user_crud_test/

Install PHP dependencies (composer install)

docker run --rm --interactive --tty --volume $PWD:/app composer:2.3 install

Setup app configuration

cp .env.example .env

Set a bash alias for sail

alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'

Start sail services

sail up -d

Generate application key

sail artisan key:generate

Run database migrations

sail artisan migrate

Run database seeders

sail artisan db:seed

Install NPM dependencies

sail npm install

Build assets:

sail npm run dev

Open URL in your browser

http://laravel.test.localhost/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages