Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deliciafernandes/libsuite
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.
https://github.com/deliciafernandes/libsuite
django django-admin django-application django-blog django-channels django-framework django-project django2 python python-3 python-library python-script python3 webapp webdev webdevelopent webdevelopment website
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/deliciafernandes/libsuite
- Owner: deliciafernandes
- License: mit
- Created: 2020-05-29T13:11:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T14:02:01.000Z (over 3 years ago)
- Last Synced: 2024-11-08T03:24:15.362Z (3 months ago)
- Topics: django, django-admin, django-application, django-blog, django-channels, django-framework, django-project, django2, python, python-3, python-library, python-script, python3, webapp, webdev, webdevelopent, webdevelopment, website
- Language: HTML
- Homepage:
- Size: 26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibSuite : A Library Management Website :books:
# Table of Contents
1. What is LibSuite?
2. Tech Stack Involved?
3. Any Requirements?
4. File Structure?
5. Results?## What is LibSuite?
**‘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.## Tech Stack Involved?
**FRONT END :**
- HTML
- CSS
- BOOTSTRAP
- SCSS
- JAVASCRIPT**BACKEND :**
- DJANGO
- SQLite 3 ( For testing )
- PostgreSQL ( For production )
- JSON## Any Requirements?
**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.**
## File Structure?
The main files working in backend in the following order :
- settings.py
- urls.py
- models.py
- views.py
- Template files## Results?
![]()
![]()
![]()
![]()
Home Page
Home Page Navigation Bar
Home Page Slider Images
About Page
![]()
![]()
![]()
![]()
Login page
Register Page
Account Profile
Issued Database Page
![]()
![]()
Footer
Issued Database Page