Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 766 Bytes

File metadata and controls

8 lines (6 loc) · 766 Bytes

Review Generator

This project uses .NET 9 and Angular 19.
Utilizing a dataset generate fake video game reviews with a single endpoint. Ingests training data on startup.

Building and running the application

To build and run the application navigate to the ./Source/ directory and run the command dotnet run in the console to initiate the startup process. This will build and run the ASP.NET application and afterwards will build and run the front end Angular application. After running this command click on any of the links to navigate to the local webpage. Both links will route to the correct URL after all launch processes are completed.

image