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

https://github.com/kingrayhan/esp


https://github.com/kingrayhan/esp

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# dokan

```php
git clone https://github.com/kingRayhan/dokan.git
composer install
npm install
```

## Make database
```bash
php artisan key:generate
cp .env.example .env

php artisan migrate
```

#Run the Project
```bash
php artisan serve
npm run watch
```