Update README.md
This commit is contained in:
parent
184fc5a1a8
commit
997ad1f3e8
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue