Files
internship_node/day20/README.md
T
2025-07-23 23:25:19 +01:00

1.1 KiB

Day 20

Read:

  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/<name-inventory_backend>.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.