For Markkëtplace stores & managers
Self host for full instance control
New & existing users can manage their accounts, and store content
Typescript definitions for development and build time checks and LLMs
Displays connect communities across multiple stores
The markkët API is powered by Strapi, Postgres, Docker & Redis
This client uses typescript, react, tailwind, mantine, tabler & is open to community contributions
Use the following ENV Vars to connect to our live API. This applications adds extended functionality to our markket ecosystem, with new API routes & dashboards
# // .env.example
MARKKET_URL=https://apis.markket.place/
MARKKET_STORE_SLUG=stagingFirst, run the development server:
yarn devThis repo ships public mobile domain association files for the production domain:
public/.well-known/apple-app-site-associationpublic/apple-app-site-associationpublic/.well-known/assetlinks.json
These files are intentionally public and are not secrets. They must match the exact deployed domain, iOS app ID, Android package name, and Android signing certificate fingerprint.
If you fork or redeploy this project on a different domain, update these files for your own app identifiers and certificates before enabling Universal Links or Android App Links.
API routes live in the app/api
Add JSDoc comments in the correct format to generate documentation & perform sample requests, using Swagger
Markket Next extends the functionality from the Markket APIc
- App router documentation
- API Docs (Autogenerated with Swagger)
- Strapi 5 rest API docs
- Markket API github
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API
- Learn Next.js - an interactive Next.js tutorial
- Turbo