git clone https://github.com/mahmudulhsn/simple-curd-app.git
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
npm install
npm run dev
git clone https://github.com/mahmudulhsn/simple-curd-app.git
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
npm install
npm run dev