Changes between Version 14 and Version 15 of AdvancedApplicationDevelopment
- Timestamp:
- 01/24/25 12:24:30 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedApplicationDevelopment
v14 v15 25 25 26 26 27 7. Execute npm startin the terminal and the UI will be started.27 7. Execute **npm start** in the terminal and the UI will be started. 28 28 8. Both API and UI should be started and the project should be working. 29 29 30 30 31 9. The initial mode of the app would be Delivery person mode.31 9. The initial mode of the app would be **Delivery person mode**. 32 32 - We can change that by inserting a Manager or Storekeeper OTP in the modal. 33 - Manager code -> MNG12334 - Storekeeper code -> STR32133 - Manager code -> **MNG123** 34 - Storekeeper code -> **STR321**