https://github.com/unix-user/simpleshop
https://github.com/unix-user/simpleshop
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unix-user/simpleshop
- Owner: Unix-User
- Created: 2022-08-07T00:40:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T21:08:40.000Z (over 1 year ago)
- Last Synced: 2025-06-03T19:50:25.055Z (8 months ago)
- Language: JavaScript
- Size: 4.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## simpleShop
Projetinho pro will brincar
## Requisitos
php 8.1
phpunit
## Instalação
```
git clone https://github.com/Unix-User/simpleShop
cd simpleShop
composer install
npm install && npm run dev
php artisan serve
```