Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 281 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 281 Bytes

Khuti Nati

About Khuti Nati

Khuti Nati is an online shop with an admin panel.

Setup

Run commands:

composer install
npm install && npm run dev

Migrate and seed the database

php artisan migrate
php artisan db:seed