Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 624 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 624 Bytes

Project Aemon

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

Build

To build the server part:

$ git clone [email protected]:Krigu/aemon.git
$ cd aemon/server
$ ./gradlew build

Contribute

Any help appreciated

Bugs and Feedback

For questions, bugs and discussions please use the Github Issues

License

Apache License (Version 2.0)