Skip to content

Library management system developed for St.Francis Institute of Technology with a Django web application and an SQLite database to store library data and user authentication details.

License

Notifications You must be signed in to change notification settings

deliciafernandes/LibSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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