Skip to content

Files

Latest commit

713a708 · Oct 25, 2023

History

History
This branch is 43 commits ahead of, 20 commits behind gothinkster/realworld:main.

api

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.