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

https://github.com/avinashn/cricket-info


https://github.com/avinashn/cricket-info

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Deployment Instructions


  • Clone the repo

  • Run `composer install`

  • Rename file .env.example to .env

  • Set up database from the file located at resources\sql.sql

  • Run seeds for fake dummy data, `php artisan db:seed`

  • Generate key, `php artisan key:generate`

  • Run the app, `php artisan serve`