BookApp is a library management web appliction for librarian's. This app is built as a part of hiring test for Frappe. The backend for this app is built in Django (A Python web framework) and Bootstrap (A Responsive CSS framework) is used for frontend.
- Clone the Repo
git clone https://github.com/MotilalChavhan/BookApp.git- Install Requirements At first, Go to the project directory.
cd BookApp/LibraryAppThen install the requirements by using following command.
python install -r requirements.txt- Setup .env file
echo "secret_key=django-insecure-*rgr77#56w&j)fi2in0)+6171ud$89%%4q0&%)ifdwg9vp042m" > .env- Migrate and Run Migrate the database schema using following command.
python manage.py migrateNow, run the app using the following command.
python manage.py runserverGo to 127.0.0.1:8000 on your browser.
Landing page
Import Books via frappe API
Add Book page
Add Member page
Issue/Return page
Outstanding Debt Example
Books page (search, delete, edit)
Members page (search, delete, edit)
Transactions page








