Skip to content

Latest commit

 

History

History
108 lines (97 loc) · 3.53 KB

README.md

File metadata and controls

108 lines (97 loc) · 3.53 KB

LibSuite : A Library Management Website 📚

Banner Image

Table of Contents

  1. What is LibSuite?
  2. Tech Stack Involved?
  3. Any Requirements?
  4. File Structure?
  5. Results?

‘Libsuite’ is a website that works as a Library Management system. This website was made so as to help students to access the library better. Students of schools, colleges and universities are ones that make best and most use of a library. But accessing the library can be a little confusing. Where to issue the books from, how to return it, where to find the book needed, etc. are some issues faced by students. ‘Libsuite’ is a library management website made in order to settle these problems.

FRONT END :

  • HTML
  • CSS
  • BOOTSTRAP
  • SCSS
  • JAVASCRIPT

BACKEND :

  • DJANGO
  • SQLite 3 ( For testing )
  • PostgreSQL ( For production )
  • JSON

For the production of ‘ Libsuite ‘ multiple requirements were needed. The main packages that were downloaded/required extra in Django :

  • Crispy Forms
  • Pillow Image Library

For front end development of ‘Libsuite’ the following Static files were required :

  • .css files
  • .scss files
  • .js files

For the database, we provided a dummy data of list of books using JSON.

The main files working in backend in the following order :

  • settings.py
  • urls.py
  • models.py
  • views.py
  • Template files
Image Image Image Image
Home Page Home Page Navigation Bar Home Page Slider Images About Page
Image Image Image Image
Login page Register Page Account Profile Issued Database Page
Image Image
Footer Issued Database Page