Changes between Version 22 and Version 23 of AdvancedApplicationDevelopment


Ignore:
Timestamp:
01/24/25 18:21:23 (5 days ago)
Author:
153093
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedApplicationDevelopment

    v22 v23  
    77 
    882.      If starting from an empty PostgreSQL database execute the Scripts from **Phase 2** in a PostgreSQL DB on the public schema(The Api and Scripts use the **public** schema)
    9     -   For this project the scripts are **already executed** on the given DB so no need to execute them again. The App is ready to go.
     9    -   The scripts are **already executed** on the given DB so no need to execute them again. The App is ready to go. so **we can ignore this step**.
    1010
    11113.      Enter the connection string in appsettings.json in the API and your api should be good to go.   
    1212    -   Please add **Include Error Detail=True**; at the end od the connection string so the errors we might have are **more descriptive** on the UI.
     13    -   The Connection String is already set in the api, **so we can ignore this step**
    1314
    14 4.      Start up the API locally. Swagger should open and the api should be working.
    15 5.      Next open the **WineTrackerUI then go inside !WineTracker Folder** right click open in VS Code, execute** npm install** in the terminal.
     154.      Open the API in VS and Start up the API locally. Swagger should open and the API should be working.
     165.      Next open the **WineTrackerUI then go in the sub folder !WineTracker** right click open in VS Code, execute** npm install** in the terminal.
    16176.      Then find the **app-settings.ts** file in the UI
    1718    -   Please change the **!ApiUrl**, change the port to the one shown in the browser of the swagger of the API
     
    28298.      Both API and UI should be started and the project should be working.
    2930
     319.      We do also have the tunnel script already set with our settings, so only run it as an administratior and it should be ready to go.
    3032
    31339.      The initial mode of the app would be **Delivery person mode**.