/book-publishers

Test exam on backend developer position

Primary LanguagePython

Book publishers with DRF

Implementation of the test for the position of the developer backend

Get start:

python ./project/manage.py makemigrations publisher shop
python ./project/manage.py migrate
python ./project/manage.py loaddata tests_data

python ./project/manage.py runserver

Api Root = http://localhost/api/
Admin pane = http://localhost/admin/

Database Scheme