diff --git a/README.md b/README.md index f9ffeddb..ac5c73e9 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,14 @@ $ docker-compose -f docker-compose.dev.yml up Go to . + +Run Backend API-Tests: + +You can run the API-Tests for the backend with the following command: +```bash +docker exec doccano_backend_1 pipenv run app/manage.py test api +``` + ### Add annotators (optionally) If you want to add annotators/annotation approvers, see [Frequently Asked Questions](./docs/faq.md)