Skip to content

Files

Latest commit

Jun 22, 2025
319ce03 · Jun 22, 2025

History

History

api

README.md

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.