Skip to main content

Data Sources

Learn about the various data sources in the project.

SOURCEDESCRIPTION
ContentfulStores content with Contentful's CMS, schema files are accessible in -> "web/schemas/contentful"
EV APIEV's API is accessible in the -> "web/util/api/ev.ts" file

Ways to Access Data

  1. Use the EV API Wrapper in any component or in getServerSideProps
  2. Check/pass data as a prop in your component