Garvit Galgat

2021 · TEAM COURSE PROJECT

IITI LMS

A library management system

View source

Python · Flask · MySQL · Jinja · Bootstrap · jQuery

We built IITI LMS as a team project for CS-257. It was a library management system where readers could find and hold books, and librarians could manage the catalogue.

Finding a book and keeping track of it.

For readers and librarians

Readers could browse books and place holds. Librarians had their own controls for managing the books, and the system could email readers about late fines.

What to read next

The project also included friends and book recommendations based on a reader’s previous reading and what their friends were reading.

This project took me deeper into SQL and databases. Working on the library system helped me learn how to organize its data and use it across the application.