Skip to content

Utilizing a dataset generate fake video game reviews with a single endpoint.

Notifications You must be signed in to change notification settings

TheManOfTeel/ReviewGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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