Core functionalities:

  • Create book inventory
  • View inventory
  • Add / Delete books
  • Authentication

Planned functionalities:

  • Find books

API Endpoints

  • api/bookstores/ #get a list of all bookstores
  • api/bookstores/{pk}/$ #get, delete, or edit a particular book store with the - id pk
  • api/books/$ #get a list of all books
  • api/books/{pk}/$ #get, delete, or edit a particular book store with the id pk

Built With

Share this project:

Updates