An API for book store owners.
run cd bookstore, python -m venv .venv and source .venv/bin/activate to create and activate virtual environment.
To start server, run python manage.py runserver and visit http://localhost:8000/admin
- Create book inventory
- View inventory
- Add / Delete books
- Authentication
- Find books
api/bookstores/#get a list of all bookstoresapi/bookstores/{pk}/$#get, delete, or edit a particular book store with the - id pkapi/books/$#get a list of all booksapi/books/{pk}/$#get, delete, or edit a particular book store with the id pk
