An open API service indexing awesome lists of open source software.

https://github.com/mahib22/traspac-test


https://github.com/mahib22/traspac-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

![Struktur Database](database.png)

## 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
```