rfalanga / SupplyChainManagementSystem

0 stars 0 forks source link

Create the Project microservice/API #3

Closed rfalanga closed 2 months ago

rfalanga commented 2 months ago

I've got to create the Project microservice/API. I think it is a part of the SupplyChainManagementSystem VS solution.

The instructions from the CODE Magazine tutorial start on p. 49.

rfalanga commented 2 months ago

I'm starting by creating the models in the SupplyChainManagementSystem project. At this point that Visual Studio project is the only one with an appSettings.json file

rfalanga commented 2 months ago

Later in the article in the Listing 2, Joydip Kanjilal made it clear that this code should go into the SupplyChainManagementSystem.Server project. I wish he had said that earlier in the article.

Now, I've got to rearrange all that I've done today.

rfalanga commented 2 months ago

Left off at Listing 2