diff --git a/README.md b/README.md index 5922d5a..7b73288 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ All endpoints contain your test. ## Endpoints - /api/books GET -_ /api/books POST +- /api/books POST - /api/books/:pk GET - /api/books/:pk DELETE - /api/books/:pk PUT @@ -24,3 +24,9 @@ python3 manage.py migrate ``` bash python3 manage.py runserver ``` + +## Test + +``` bash +pytest +``` \ No newline at end of file