Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (38 loc) · 1.41 KB

BookBliss

Brief:

Build a BookBliss management system using Django where an admin can, perform CRUD ( create, read, update and delete) operations like

  • Add a Book
  • Update an entry of a book
  • Delete a book
  • Get all books
API using django Rest framework.
Click for the Api demo video
Web-App using django.
Click for the Web-App demo video

Features

Admin Signup:

  • Insert admin details in tables.
  • An admin records should be unique based on email, which means, duplicates records should not be able to enter in DB.

Admin Login:

  • The Admin can log in based on email and password.

Create an entry for Books.

  • The admin can create a new entry of a book.

Retrieve all the books.

  • Retrieve all the books.

Update a book.

  • The book records should be able to update.

Delete a book.

  • The book record should be deleted

Student View:

  • View all the records of the book