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

https://github.com/smeghead/nagoyaphp21


https://github.com/smeghead/nagoyaphp21

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# nagoyaphp21

## Development

### Open shell

```bash
docker compose build
docker compose run php_cli bash
```

### install dependencies

```bash
composer install
```

### execute tests

```bash
composer test
```