Skip to content

Packages

Isaac Raskin edited this page Feb 18, 2020 · 3 revisions

Packages

The code is split into 3 different sections:

  • The Backend services includes all the data integration, auth code and database connections.
  • The Data API server deals with all requests from the front-end besides static content.
  • The Phylogeny Explorer hold all of the React code and serves as the initial client product.

Technologies

  • Babel
  • ESLint
  • Node.js

back end:

  • Postgres
  • Serverless
  • GraphQL
  • Apollo Server
  • OAuth

front end:

  • React.js
  • Apollo Client
  • D3
  • Styled Components
Clone this wiki locally