.
├── frontend
│ ├── scripts
│ ├── static
│ │ ├── images
│ │ └── stylesheets
│ ├── templates
│ │ ├── index.html
│ │ └──about.html
│ ├── app.py
│ └── requirements.txt
├── backend
│ ├── pipelines
│ └── data
├── documents
│ ├── docs
│ ├── images
│ └──references
└── src <- all source code, internal org as needed
- Postgres Configurations:
-
Clone this repo as follows
git clone <THIS_REPO_SSH/HTTPS>
Video Demo of Application