Skip to content

saj306/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

library-management-system

Registration Menu Commands

  • register member: register <username> <password>
  • register admin: register admin <username> <password> as <role>
  • login: login <username> <password>
  • exit: exit

Admin Menu Commands

  • add reference book: add rb <title> <author> <price> <number of pages> <number>
  • add borrowable book: add bb <title> <author> <price> <number of pages> <number>
  • add specialized magazine: add sm <title> <publisher> <price> <number of pages> <number>
  • add general magazine: add gm <title> <publisher> <price> <number of pages> <number>
  • logout: logout

Member Menu Commands

  • borrow book: borrow book <title>
  • borrow magazine: borrow magazine <title>
  • return book: return book <title>
  • return magazine: return magazine <title>
  • buy publication: buy publication <title> <number>
  • increase balance: increase balance <number>
  • show user borrow books: show user borrow books
  • show user borrow magazines: show user borrow magazines
  • show user bought publications: show user bought publications
  • show all publications show all publications
  • logout: logout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages