Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiisanda/manage-library
Manage Library and Import data using Frappe API
https://github.com/jiisanda/manage-library
fastapi frappe postgresql postman
Last synced: 22 days ago
JSON representation
Manage Library and Import data using Frappe API
- Host: GitHub
- URL: https://github.com/jiisanda/manage-library
- Owner: jiisanda
- Created: 2024-10-13T21:19:52.000Z (25 days ago)
- Default Branch: master
- Last Pushed: 2024-10-15T16:29:19.000Z (24 days ago)
- Last Synced: 2024-10-16T20:53:30.750Z (22 days ago)
- Topics: fastapi, frappe, postgresql, postman
- Language: Python
- Homepage: https://documenter.getpostman.com/view/20984268/2sAXxTdBhY
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manage Library
[](https://documenter.getpostman.com/view/20984268/2sAXxTdBhY)
## Requirements:
1. Librarians must be able to maintain:
- Books with stock maintained
- Members
- Transactions2. The use cases included here are to:
- Perform general CRUD operations on Books and Members
- Issue a book to a member
- Issue a book return from a member
- Search for a book by name and author
- Charge a rent fee on book returns
- Make sure a member’s outstanding debt is not more than Rs.5003. Integration for Data Import
- The librarian should be able to import books into the system using the Frappe API and create book records.## Frontend Image
1. BookComponent
![book component](frontend/public/book-crud-import.png)