Lending Library in C

This is a small application to manage lent media. It is written in C and can be used through a web browser via CGI (Common Gateway Interface).

This application has been programmed as an assignment in the module "Programming I" at the University of Applied Sciences Dresden.

The task was:

Implement a program for managing lent books, CDs, DVDs (media). There are Name, Author / Artist (can be left blank) and lent person (name) to be managed. If a medium is returned, the record should be removed. You should be able to search by medium as well as by lendee.

This implementations main focus was the circular doubly linked list, in which the data is stored.

Application / source code / documentation (external, german only)