Browse Source

Added API-Test Doc to README

pull/1172/head
Paul 3 years ago
parent
commit
9bb80235ee
1 changed files with 8 additions and 0 deletions
  1. 8
      README.md

8
README.md

@ -135,6 +135,14 @@ $ docker-compose -f docker-compose.dev.yml up
Go to <http://127.0.0.1:3000/>.
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)

Loading…
Cancel
Save