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

https://github.com/rtler/laravel-challenge


https://github.com/rtler/laravel-challenge

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# laravel-challenge

## __please do not fork this repo and [use it as Use this template](https://github.com/RTLer/laravel-challenge/generate)__

## challenges
* make a database seeder to populate the database (based on migrations) (transactions and webservices).
* you need to pass all tests.
* update testcases as needed.
* the important thing in this test is clean code and fast performance.

## test
```bash
php artisan test
```