Code Monkey home page Code Monkey logo

book-club's Introduction

Japan Book Club (temporary name)

This is the "real" version of the project I wanted to achieve since... forever.

Summary ๐Ÿค“

This code contains the code corresponding to a online book sharing club:

  • Each user has an inventory of books (physical books)
  • Each user can lend books to other users, the system will keep track of this and notify people if necessary
  • Users can search other users' public inventories
  • Users can chat with other users to agree on a location for the book exchange
  • Users can review books and leave a small message
  • Site should be bilingual (even though not all the DB content can be translated)

Tech stack ๐Ÿ˜ตโ€๐Ÿ’ซ

  • Back-end is with TypeScript and PostgreSQL database, using TypeORM as an intermediary
  • Front-end is in React with TypeScript and PWA facilities
  • Chat and Authentication is managed by Firebase

Thank you to, references

book-club's People

Contributors

alixfachin avatar

Stargazers

 avatar  avatar

book-club's Issues

Download ISBN data for books

  • ISBN data should be done from the client? (avoids overloading the server - but then we end up sharing the API secret key...)
  • If ISBN download is done from server, how to load balance properly? (Using Lambda functions???)

Adding an image to each book record (?)

  • Need to define the file format and definition
  • Not sure how / where to actually store the pictures (I guess eventually it will depend on the hosting service: S3 if AWS, Google Drive if Google Cloud)
  • Main goal is to store thumbnails to actually make the screens a bit more lively (only text really sucks)

Enhance logging capacities

Need to figure out a way (global method? global app object property Logger?) to log messages at crucial times.

  • Right now some error messages are lost.
  • Imperative to have decent logging in place when put authentication / authorization in place (i.e. "user XYZ tried to access forbidden information XYZ", every unsuccessful login, etc...)

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.