Skip to content

MotilalChavhan/BookApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

BookApp - A Library Management Web Application

About

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.

Setup and Installation

  1. Clone the Repo
git clone https://github.com/MotilalChavhan/BookApp.git
  1. Install Requirements At first, Go to the project directory.
cd BookApp/LibraryApp

Then install the requirements by using following command.

python install -r requirements.txt
  1. Setup .env file
echo "secret_key=django-insecure-*rgr77#56w&j)fi2in0)+6171ud$89%%4q0&%)ifdwg9vp042m" > .env
  1. Migrate and Run Migrate the database schema using following command.
python manage.py migrate

Now, run the app using the following command.

python manage.py runserver

Go to 127.0.0.1:8000 on your browser.

Overview

Landing page

landing page

Import Books via frappe API

import books

Add Book page

add book page

Add Member page

add member page

Issue/Return page

issue/return page

Outstanding Debt Example

outstanding debt example

Books page (search, delete, edit)

books page

Members page (search, delete, edit)

members page

Transactions page

transactions page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published