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 |
- 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.
- The Admin can log in based on email and password.
- The admin can create a new entry of a book.
- Retrieve all the books.
- The book records should be able to update.
- The book record should be deleted
- View all the records of the book