/bettereads

A social networking application for bookworms — *work-in-progress*

Primary LanguagePHP

Bettereads

Social network for tracking books. This project is really an excuse to implement some techniques and technologies I haven't had a chance to spend much time on professionally, such as:

  • Repositories
  • Action classes
  • Social login via Socialite
  • Redis caching

Todo

  • Login via Facebook
  • Login via Twitter
  • Refactor API into a repository
  • Cache results from Open Library API
  • Allow users to add books to library
  • Update Book Route Model Binding via ISBN
  • Refactor functionality into Action classes
  • Caching via redis
  • Build audit system