- Book CRUD
- Book Gorm Postgres Migrate
- Fiber/Rest API Book Crud
- Test Gorm Postgres
- Bulk Insert Postgres dataset link
- Catalog APIs + Pagination (display all in catalog)
- UI Pagination - All books displayed
- Indexing all catalog entries (TSV)
- Live Catalog search by partial title
- Inventory Management UI (Single bookObj)
- Support multiple books
- Library member table, CRUD and API
- Library member login and search
- Library admin login and bookObj/member CRUD
- Support borrowing 1 bookObj (assign to user and track in inventory management)
- Support multiple bookObj borrow (with limit)
- Library metrics dashboard
https://github.com/golang-migrate/migrate
https://github.com/karanpratapsingh/tutorials/tree/master/go
https://github.com/AkhilSharma90/go-postgres-gorm
https://www.youtube.com/watch?v=bFYZrEuEDLE
https://betterprogramming.pub/unit-testing-a-grom-application-with-a-real-db-server-81a1b95ad473
https://medium.com/@michalkowal567/creating-reusable-pagination-in-golang-and-gorm-4b23e179a54b
https://dev.to/rafaelgfirmino/pagination-using-gorm-scopes-3k5f
https://jonnylangefeld.com/blog/how-to-write-a-go-api-pagination