Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1003 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 1003 Bytes

Review Generator

This project uses .NET 8 and Angular 15.
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 watch run in the console for a verbose startup process. This will build and run the ASP.NET application and afterwards will build and run the front end Angular application. The browser window should open automatically and redirect once the app has initialized.
Alternatively, you may navigate to the ./Source/ directory and run the command dotnet run in the console. 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