Coder Social home page Coder Social logo

bookedex's Introduction

Bookshelf (temporary name)

This app uses the Google Books API to retrieve Book information from an ISBN number, in order to check if you already own this book, or if it is in your wishlist.

Technology used

  • Python
    • Flask

bookedex's People

Contributors

yadasko avatar

Watchers

 avatar

bookedex's Issues

META: Define the app

META: Define the app

Technical characteristics

Right now, we only have a proof of concept. We need to have a better idea of what the app will be and what form it will take. Will it be a webapp? An API consumed by a webapp? What database will it use? How will the authentication work?

  • What form? (Webapp? API + Webapp? Smartphone App?)
  • What database to use?
  • Authentication system?

Functional characteristics

  • What need does it satisfy?
  • What are the core functionnalities?
  • Who's the public? Who is it for?
  • What it the minimum viable product?

With these answer, we'll be able to create more issues to guide us through the development of the app and have a better idea of what is to be done.

Write something to handle requests to the Google Books API

Write something to handle requests to the Google Books API

Right now, requests to the Google Books API are done directly from the API route.

We need something (a class?) to ease the creation of requests. It musts:

  • Cover the /volumes endpoint
  • Allow for the use of multiple search parameters
  • Be easily upgradable to cover more endpoints

Implements unit tests

Implements unit tests

  • Define what test framework to use

It must cover at least the core functionalities:

  • Retrieve data from the Google Books API
  • Parse that data correctly into a Book

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.