Skip to content

adif-git/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Library Project

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.

Overview

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)

About

Library Website using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published