Skip to content

Addisu544/Library-Management

Repository files navigation

Setup Instructions

Library Management App (Frappe)

  1. Install Frappe Bench: sudo apt install python3-dev python3-setuptools python3-pip python3-virtualenv pip3 install frappe-bench

  2. Initialize a new bench: bench init frappe-bench && cd frappe-bench

  3. Clone this app into the apps directory:
    git clone https://github.com/Addisu544/Library-Management.git

  4. Create a new site: bench new-site library.test

  5. Install the app: bench --site library.test install-app library_management

  6. Start the bench: bench start

Visit http://localhost:8000 or library.test:8000 to use the app.

About

Library Management System built with Frappe featuring book/member CRUD, loan tracking, reservations, and REST APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors