'how to add Angular + Django app on GitHub?
I have an angular web app. I use the Django rest framework for the backend. I deploy the angular app on Github. Now how can I deploy Django code?
Should I create a separate repository for angular and Django? OR Should I Create One repository and push both of them into a single directory? (How to do that?)
In my local machine Django code and angular code, are in the Project folder.
What is the best way to do ..?
Basically, I want to create one repository. create a subfolder (Angular) push Angular code in it, and create a subfolder (Django) push Django code in it.
How can I do..?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
