Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.19 KB

Biblio

Organize the home library, and track what you are reading. Basically, a mashup of Goodreads and Trello.

Tech

It's mostly a learning attempt, so it's made up of things I don't know very well -- the backend is Golang, and the front-end is React with styles made from Bourbon components. It is meant to run on Google App Engine.

Todo

The first version's featureset is going to be extremely limited: you will be able to add books to a list and move them around:

  • Wire up a (mostly) functional drag-and-drop/not-as-good-as-trello style interface
  • Add support for adding new "works"
  • Figure out an API contract between the front-end and the backend
    • Add/List
    • Update/remove
    • Biblio position
  • Add OAuth to manage users/books
  • Add tests
    • React tests
    • Go tests
  • Wire it all up
  • Talk to either the Google Books API or a different one to get book metadata
  • Deploy it out

More to come as this gets developed out.