WelcomeHow It WorksTech We Have UsedAdmin Dashboard (GraphQL & REST)Shop Frontend (GraphQL & REST)APIGetting StartedFeaturesAvailable ScriptsCustomizationStyles and AssetsUtilitiesWalletSocial LoginOTP (Mobile Number Verification)TranslationMultilingualMultiVendorNew PageExport ImportFAQSupportVersions
Back-End Integration
Deployment
Update
SEO and Analytics
API
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 & REST)
- NextJs
- Typescript
- Tailwindcss
- React Hook Form
- Apollo Client(For GraphQL API version)
- React-Query(For REST API version)
Shop Frontend (GraphQL & REST)
- NextJs
- Typescript
- Tailwindcss
- React Hook Form
- Apollo Client(For GraphQL API version)
- React-Query(For REST API version)
- Next SEO
- Next PWA
API
- Laravel