Skip to content

AvoRed e commerce architecture overview

Purvesh edited this page Jan 7, 2022 · 2 revisions

AvoRed e-commerce architecture overview

Avored is a headless GraphQL API based e-commerce.

One of the key parts is the backend where we use PHP as a language and Laravel as a framework. It will serve and handle all the graphic queries and mutation and handle all the data that is required to serve the store website and apps.

The next key part is the frontend which can be made up of any front end technology like VueJS, React JS, Angular JS. You can completely customize it and provide the information is given via GraphQL API and as long as it uses the GraphQL client it gets a lot easier to fetch the information with the provided graphic Schemas.