This is a simple CRUD projects and written in Django for a list of books. Users which have access can add new book/author, update existing book/author, and delete existing book/author. Preview available at Screenshot folder.
Each book will be defined as:
- title (varchar, required)
- author (varchar, required)
- date of published (date)
- number of pages (int)
- type of book (one of novel, documentation, other)