Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitormattos/api-test

Simple Api with test
https://github.com/vitormattos/api-test

api-test behat hacktoberfest php phpunit psalm

Last synced: about 1 month ago
JSON representation

Simple Api with test

Awesome Lists containing this project

README

        

# API REST with tests

Simple REST API with tests

Slides: https://slides.com/vitormattos/testes-api

## How to use this project

Starting environment:
```bash
docker compose up
```

Executing tests:
```bash
docker compose exec api composer test
```

You also can use xdebug at your IDE