Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 358 Bytes

flask_library_managment_backend

Flask library management backend

Backend code of library management system using Go GIN CRUD operations in the library managment system

Operations Members - /members GET POST /member/id PATCH

Books - /books GET POST /book/id PATCH

Transactions - /transactions GET /issue POST /return POST