Aemon is a simple, easy-to-use library management system with these (planed) features:
- Book inventory management
- Book lending management
- Convenient search for title, author, ISBN, etc
- Add book by entering ISBN (other data will be fetched automatically)
- Label printing
To build the server part:
$ git clone [email protected]:Krigu/aemon.git
$ cd aemon/server
$ ./gradlew build
Any help appreciated
For questions, bugs and discussions please use the Github Issues
Apache License (Version 2.0)