1.2 KiB
Library Manager
Authors: Nathan Singer, Shayan Rashid
What is it?
A simple desktop tool that lets you create, view, and manage a digital list of books.
Uses
Perhaps you have a lot of books and you would like to digitize them. Perhaps you want to create a list of books you would like to read, buy, or whatever the case may be.
Regardless, this tool makes it easy.
Simply import a list of ISBNs (TODO: eventually have some method of scanning the books to import the ISBNS.. not sure) and watch as our tool collects all of the information about the books you've collected and organizes into a easy to view list.
Features
TODO:
How to use
Usage
... blah blah how to use the app, need to finish it first
Installation
... TODO: create an install script of some sort, or maybe just compile a release and add it to release, then link that here
Compiling
Dependencies: ISBN-lookup, CrowCPP, .. im sure theres more
To compile the backend simple run make
in the source directory.
To compile the front end.... blah blah (maybe and HOPEFULLY hook it into the makefile)