What's Changed
- Complete mongo db integration for delete /books/{id} by @codesungrape in #9
- Complete mongo db integration for put /books/{id}) by @codesungrape in #10
- Feature/upgrade to jwt route protection by @codesungrape in #11
- Add db seeding script for jwt protected route testing by @codesungrape in #12
- Add /auth/login endpoint for jwt securitzation by @codesungrape in #13
- Update swagger spec with book reservation endpoints by @codesungrape in #14
- Add POST /books/{book_id}/reservations (JWT-protected) by @codesungrape in #15
- Add-GET-/books/{user_id}/reservations-(JWT-protected) by @codesungrape in #16
Full Changelog: v1.0.0...v2.0.0