diff --git a/day20/README.md b/day20/README.md index 323e1d8..b0d3525 100644 --- a/day20/README.md +++ b/day20/README.md @@ -4,12 +4,27 @@ Read: - https://www.notion.so/How-to-Use-Baas-00f549dda3a84dc48b352c79222f1a3a - https://www.notion.so/Create-Manage-Projects-With-Wireframe-Tool-df67b882f0c14735a0192d69dc3ff777 +- Request for Wireframe tool url from Project Manager. + +1. login to Wireframe tool. Create SOW and Wireframe called . + +2. Navigate to Wireframe side-menu click, Edit > Setting, create a project () from here according to specifications of wireframe document provided (inventory-app.pdf). + +3. Create Models. Switch to Models tab or Web/React tab (Manage Models). + +4. Create Roles and set Permissions. (Web/React Tab > Manage Permissions). + +5. Create React portal and marketing pages and then export React. (Web/React Tab). + +6. Create Custom APIs and commit. (API tab). API code would be commited to http://23.29.118.76:3000/mkdlabs/.git + +7. Switch to Deployment Tab. Initialize deployment and create repositories. + +8. Setup BAAS locally. Clone http://23.29.118.76:3000/mkdlabs/mkd_baas.git + +9. npm install and request for config from Project Manager. + +10. Clone backend repo on src/backend/custom + +11. Write APIs, and test locally. -1. Create sow and it would create automatically wireframe. -2. Check wireframe cliek, Edit => Setting, create a project from here. -3. Edit => Model, create some modal from here -4. Edit => wireframe, client on 3 dot after Save changes button and add some roles. -5. Edit => wireframe, create all auth pages for each roles and for admin create combo pages including user. -6. Edit => Api, create, and custom API from here. -7. Edit => Deployment, create all whated need their and make it live creating domain. -8. Edit => Wireframe, export react zip and clone http://23.29.118.76:3000/mkdlabs/mkd_baas.git and on src=>backend=>custom setup the backend project which you create for the backend. diff --git a/day20/inventory-app.pdf b/day20/inventory-app.pdf new file mode 100644 index 0000000..4400029 Binary files /dev/null and b/day20/inventory-app.pdf differ