src
… Directory to place the source code of the data application
pages
… Directory to place the frontend MDX filespython
… Directory to place the backend Python filessql
… Directory to place the backend SQL files.env
… File to set environment variablesDockerfile
… File to build the data application as a Docker containermorph_project.yml
… File to describe the project settings. The framework recognizes the directory where morph_project.yml
is placed as the root directory.requirements.txt
or pyproject.toml
for managing Python packages, and package.json
for managing JavaScript packages will be placed.
http://localhost:8080
.