=================================================================================
In Order To Successfully Establish A Network Connection Between The Client & The Server, It Is Necessary To First Properly Initialize And And Run The Server - Otherwise No Data Will Be Transferred Through The API To The Client.
=================================================================================
Initializing & Running The Server Locally
As Displayed Above, In Order To Initalize The Server You Must First Open The Solution In Visual Studio
- Go To The Package Manager Console At The Bottom Of The Screen => Select "Data" As The Default Project
- In The Solution Explorer, Right Click On The "Data" Project" => Select
Set As Startup Project
- Enter
Update-Database
=> Click Enter (Verifying That All Seed Methods Were Executed And The Database Is Updated Accordingly - In The Solution Explorer, Right Click On The "Server" Project => Select
Setup As Default Project
- Now Press
ctrl+F5
To Compile And Run The Application - To Test The API's Quality, Navigate In The Browser To
https://localhost:56004/api/Vehicles
To See If Any Values Were Retrieved
=================================================================================
1. Install Node Dependencies
2. Run The Application