3

For a college project, I'm developing a RESTful API. The API has been coded in python and deployed with the Google App Engine (which works fine).

I've developped an Angular (5) application as the frontend which makes HTTP requests to that API.

The question is - how do I deploy both backend and frontend on the same Google App Engine project? Am I supposed to merge both directories (python and Angular apps) and deploy the whole thing directly?

NTP
  • 3,939
  • 2
  • 10
  • 20
micoco
  • 219
  • 1
  • 3
  • 12
  • i'm facing a similar project , did you find any documentation for this? – Luis Leal Jul 02 '18 at 01:34
  • you're supposed to build the angular project with `ng build`, copy the created files from angular's `dist/app` folder into the python app's `dist/` folder for ex and edit the appengine app's yaml file to read and start with those files - i'll come back wit an answer if i'll find out how – mazs Oct 04 '18 at 23:16
  • check here https://stackoverflow.com/questions/39782506/deploying-basic-angular-2-app-to-google-app-engine – mazs Oct 05 '18 at 16:19

0 Answers0