Files
real-world-springboot/doc/README.md
2022-09-07 23:17:37 +09:00

254 B

RealWorld API Spec

Running API tests locally

To locally run the provided Postman collection against your backend, execute:

APIURL=http://localhost:3000/api ./run-api-tests.sh

For more details, see run-api-tests.sh.