Changes between Version 22 and Version 23 of AdvancedApplicationDevelopment
- Timestamp:
- 01/24/25 18:21:23 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedApplicationDevelopment
v22 v23 7 7 8 8 2. 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**. 10 10 11 11 3. Enter the connection string in appsettings.json in the API and your api should be good to go. 12 12 - 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** 13 14 14 4. Start up the API locally. Swagger should open and the apishould be working.15 5. Next open the **WineTrackerUI then go in side !WineTracker Folder** right click open in VS Code, execute** npm install** in the terminal.15 4. Open the API in VS and Start up the API locally. Swagger should open and the API should be working. 16 5. Next open the **WineTrackerUI then go in the sub folder !WineTracker** right click open in VS Code, execute** npm install** in the terminal. 16 17 6. Then find the **app-settings.ts** file in the UI 17 18 - Please change the **!ApiUrl**, change the port to the one shown in the browser of the swagger of the API … … 28 29 8. Both API and UI should be started and the project should be working. 29 30 31 9. 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. 30 32 31 33 9. The initial mode of the app would be **Delivery person mode**.