How to deploy in production
Deploy Api-Server, Admin Web Dashboard, Mobile App in Production
Installation Steps
Api Server
PORT=8001 CONNECTION_STRING=<db connection string> RESET_PASSWORD_LINK=https://<admin's live url>/auth/reset/?reset= SERVER_URL=https://<live url>/ STRIPE_WEBHOOK_ENDPOINT_SECRET=<stripe's webhook endpoint secret> DASHBOARD_URL=https://<admin dashboard's live url>/ WEB_URL=https://<web live url>:3006/ ORDER_DETAIL_WEB_URL=order-detail/
Admin Web Dashboard
Mobile App
Customer Web App
Analytics Dashboard
Last updated
Was this helpful?