My Fall 2022 class Database Systems involves a full-stack group project involving databases.
My group decided to choose to work on a library database; this project is currently ongoing.
The project description is as such:
Library database: A student and faculty can borrow books/media/devices/etc. Different limits for number
of items that a student and faculty can borrow. Also, the number of days will be different in case of students
and teachers. Each item will have an ID. Consider the library may have multiple copies of the same item.
Details of fines due when item are not returned on time should also be considered. Need the capability to
put request/hold items.
Project
Library Database
Involves
Backend, Frontend, Full Stack, Database, HTML, CSS, Javascript