[2] Implemented CORS Policy and thus learnt about importance of ports as well as specific permission methods.
[4] Connected to database and tested that connection using SwaggerUI.
[4] Set up specific database queries to relay between it and Dapper. Tested this by setting up a GET route using DateTime method.
[4+] Invariant Culture was set to true by default in DotnetAI.csproj but had to read documentation from the specified error code to realise that. (ty NA).
[5] Reconfigured launchSettings.json to switch to HTTP instead of HTTPS (no certificate)
[6] Reconfigured ADS Connection to allow access to my database, which allowed me to use useful shortcuts such as star expansion.
[6] Set up all the necessary models to connect controller and endpoints (next time!). This will allow me to manipulate data how I please.
Completed the following
Section 6: API- Basics