https://github.com/mahib22/traspac-test
https://github.com/mahib22/traspac-test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahib22/traspac-test
- Owner: Mahib22
- Created: 2025-02-10T14:21:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T15:13:46.000Z (4 months ago)
- Last Synced: 2025-02-14T16:24:47.963Z (4 months ago)
- Language: PHP
- Size: 759 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Installation project
```bash
git clone https://github.com/Mahib22/traspac-test.git
cd traspac-test
composer install
cp .env.example .env
php artisan key:generate
npm install
php artisan migrate
php artisan serve
```