Clone the project, then in Visual Studio right click on the Solution and choose "Configure Startup Projects":

Choose the radio button for Multiple startup projects, then for both client and server, set the action to "Start". Use the arrow keys to have the Server project start before the client, like so:

Hit Apply and then Ok.
Right click on the CollegeFootballStats.Server project and choose "Manage User Secrets":
In the secrets.json file that is created, add a ConnectionStrings::UFOracle entry:
Run the app and you should get 2 browsers, one with a Vite UI and a backend API with a Swagger Page.

