I am using the Django Rest Framework for the API service and Angular for using these APIs. How to run Angular with Django Rest Framework on an EC2 instance using Amazon Elastic Beanstalk?
For example, the Django Rest Framework services the API through http://test.com/api/v1/and Angular makes HTTP requests to these client endpoints of the API.
What are the steps required to run the Django Rest Framework API with the Angular client application on the same machine?
Any suggestions would be greatly appreciated!
source
share