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: 29 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T00:01:16.000Z (3 months ago)
- Last Synced: 2025-02-12T09:29:47.437Z (3 months ago)
- Topics: api-test, behat, hacktoberfest, php, phpunit, psalm
- Language: PHP
- Homepage:
- Size: 535 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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