WelcomeHow It WorksTech We Have UsedAdmin Dashboard (GraphQL)Admin Dashboard (REST)Shop (GraphQL)Shop (REST)Mock APIInstallationAvailable ScriptsCustomizationStyles and AssetsTranslationNew PageFAQSupportVersions
Features
Back-End Integration
Deployment
Settings
Tech We Have Used
We have used monorepo folder structure with Yarn Workspace. In our app we have three different services:
- api
- shop (
REST + GraphQL
) - admin
- rest
- graphql
Tech specification for specific part is given below:
Admin Dashboard (GraphQL)
- NextJs
- Apollo
- GraphQL Let
- Tailwind
- Typescript
- React Hook Form
Admin Dashboard (REST)
- NextJs
- React-Query
- Axios
- Tailwind
- Typescript
- React Hook Form
Shop (GraphQL)
- NextJs
- Apollo
- GraphQL Let
- Typescript
- Tailwind
- Stripe Integration
- React Hook Form
Shop (REST)
- NextJs
- React-Query
- Axios
- Typescript
- Tailwind
- Stripe Integration
- React Hook Form
Mock API
- NestJS