GitHub Architecture
├── .github/ # Github
│ └── ISSUE_TEMPLATE/
├── app/
│ ├── config/
│ └── settings.py
│ ├── frontend/
│ ├── server/
│ ├── .babelrc
│ ├── manage.py
│ ├── requirements.txt
│ ├── package.json
│ ├── package-lock.json
│ └── webpack.config.js
├── dev/
│ ├── django.dockerfile
│ ├── webpack.dockerfile
│ └── dev.env
├── .dockerignore
├── .gitignore # Github
├── jsconfig.json
├── CONTRIBUTING.md # Github
├── docker-compose.yml
├── LICENSE # Github
└── README.md # Github
Overall project structure
├── .github/
│ └── ISSUE_TEMPLATE/
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
└── README.md/
GitHub structure
Summary
Overview of Directories and Files
- LICENSE:
- README.md: