Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitormattos/api-test
- Owner: vitormattos
- License: agpl-3.0
- Created: 2022-05-20T15:54:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T03:12:44.000Z (over 1 year ago)
- Last Synced: 2024-10-31T19:08:13.744Z (3 months ago)
- Topics: api-test, behat, hacktoberfest, php, phpunit, psalm
- Language: PHP
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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