Rest with Angular 2

Asked

Viewed 285 times

1

In the last few weeks I have been training a lot in Angular 2. However, some doubts have arisen in the course of these studies and I would like the help of you who knows how to remedy such doubts. Come on:

Question #1 - In my studies I have been using an API in DDD format (Visual Studio 2015) with C# and the front I use Angular 2 with Visual Studio Code. This is the most appropriate form of development for this type of scenario?

Question #2 - Guys, I’ve looked for muuuuuito but I haven’t located any material (text or video) teaching how to do the DEPLOY of this application type API + Angular Front-End 2. Deploy can be for a shared hosting specifies or otherwise feasible such as Azure / aws.

Thanks in advance for the good will of you in this post.

  • 1

    recommend breaking this double question into 2 separate questions.

1 answer

1


At the moment I am with a colleague developing a prototype of an application. We have two projects, one which is the API (REST) and the other which is the project in Angula JS 2. We are also using Visual Studio 2015 and Visual Studio Code yes, for the various courses I have seen (Pluralsight / Codeschool) seems to be the most appropriate way to develop these technologies.

Regarding point 2, at this time we have the API project (REST) with deploys using Teamcity after each checkin and for Angular JS 2, we are using ( Web Deploy ) one of the options directly from Visual Studio...( The first time we had to do an npm install..now it’s just Publish..) But we also want to automate this process. We are using a single server with two Sites on IIS 7.5 to host both applications.

  • In summary Pedro, for this project vcs are used in IIS one site for the API and another for the Front, correct?

  • yes, correctissimo.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.