Privacy

A short overview of how Bookshelf handles your account and collection data in development.

Bookshelf stores the information you enter to support the app experience: your account details, books, and authors. In this sample app, data is kept in the development PostgreSQL database running in Docker.

This is a sample project, so use development-friendly credentials and data rather than sensitive personal information.
  • Your email is used for authentication and displayed in the navigation when you are signed in.
  • Books and authors you create are stored in the local development database.
  • No third-party analytics or tracking tools are configured in this project.