Browse Source
Merge pull request #1172 from SwiftPredator/Enhancement/API-Test_Doc_to_README
Enhancement/api test doc to readme
pull/1177/head
Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
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) |
|
|
|