fabriceTOUSSAINT / lens-search

An application where you can search and learn more about particular photography lens to find the best that fit for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lens searching application

This repo contains(WIP) the three services for the lens searching application

  • Client
    • View layer
    • Apollo Client Typescript React app, that makes calls to Apollo server to display data
  • Server
    • Apollo Server API layer
    • handles fetching Photos from Flickr, filtering out results by checking the EXIF data and checking if photo was shot using Lens_name user searched
    • bundles photos that pass above criteria
    • handle User accounts, allows for accounts, saved lens, saved photos, etc ...
    • API to maintain, trigger crawl, or update our database/table containting our full detailed lens info
  • DB
    • Tables -- All_Lens -- User

About

An application where you can search and learn more about particular photography lens to find the best that fit for you.


Languages

Language:TypeScript 94.1%Language:HTML 3.4%Language:JavaScript 2.1%Language:Dockerfile 0.5%