Skip to content

Book application #231

Description

@kenvontucky

Create and application for managing book collections

  • the collections must belong to a user
  • a book can be sold or lent to someone, all the steps must be tracked
    • user or name, since the person might not have an account in the platform
    • start_date
    • end_date in case of lending
    • alarm of a maximum period for a lend
  • the collection must display a cover photo of the book
  • books can be added via title, isbn, or manually by filling in all the required fields
  • the fields for a book must be:
    • title
    • subtitle
    • edition number/information
    • year
    • isbn
    • authors
    • cover photo
    • publisher
    • language
    • page number
  • a book can have several review
  • import and export the book collection
    • the format must comply with Goodreads
    • all book covers must be included in a compressed folder
  • a user can authenticate by email

Additional information

  • deploy to Vercel
  • use Supabase for database and authentication
  • use google books api

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions