Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunvelsriram/twu-biblioteca-arunvelsriram
A Library Management System for Bangalore Public Library.
https://github.com/arunvelsriram/twu-biblioteca-arunvelsriram
Last synced: 21 days ago
JSON representation
A Library Management System for Bangalore Public Library.
- Host: GitHub
- URL: https://github.com/arunvelsriram/twu-biblioteca-arunvelsriram
- Owner: arunvelsriram
- License: apache-2.0
- Created: 2015-06-02T19:32:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T11:28:17.000Z (about 9 years ago)
- Last Synced: 2023-08-30T21:21:16.547Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biblioteca
Biblioteca is a Library Management System for Bangalore Public Library. The current release of Biblioteca doesn't have any GUI. It is a fully functional command-line application.## Features
* Seperate user accounts for each user
* List Books and Movies
* Checkout Books and Movies
* Return Books and Movies
* View checkout history (only for librarian)## Building, Compiling and Running
* This project uses `ant` for automating the project build
* `ant -p` shows the list of options supported by `ant`
* `ant test` execute the project specifications (tests)
* `ant jar` generates a jar file that can be used to start the application
* `ant compile` compiles the source
* `ant compileTests` compile all the tests
* `ant run` runs the application
* The application can also be started using the generated jar file
`java -jar out/jar/EntryPoint.jar`## Test Users
### Librarian
Library Number: B1011
Password: passwd
### Member
Library Number: B1012
Password: password[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/arunvelsriram/twu-biblioteca-arunvelsriram/trend.png)](https://bitdeli.com/free "Bitdeli Badge")