Skip to content

nimra200/BookStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BookStore

An API for book store owners.

Bookstore Video


Instructions

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


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

About

An API for book store owners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages