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

https://github.com/snipe/grok-project


https://github.com/snipe/grok-project

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# grok-project

### Development

```
npm install
npm run dev
```

Seeding the database:

```
php artisan migrate:reset; php artisan migrate; php artisan db:seed;
```